ListApplicationKeys
View and manage all application keys for your Datadog organization. Filter, sort, and paginate keys by attributes like creation date, owner, and name.
Instructions
List all application keys available for your org
Query Parameters:
- page[size]: Size for a given page. The maximum allowed value is 100.
- page[number]: Specific page number to return.
- sort: Application key attribute used to sort results. Sort order is ascending by default. In order to specify a descending sort, prefix the attribute with a minus sign.
- filter: Filter application keys by the specified string.
- filter[created_at][start]: Only include application keys created on or after the specified date.
- filter[created_at][end]: Only include application keys created on or before the specified date.
- include: Resource path for related resources to include in the response. Only
owned_by
is supported.
Responses:
- 200 (Success): OK
- Content-Type:
application/json
- Response Properties:
- data: Array of application keys.
- included: Array of objects related to the application key.
- Example:
- Content-Type:
- 400: Bad Request
- Content-Type:
application/json
- Response Properties:
- errors: A list of errors.
- Example:
- Content-Type:
- 403: Forbidden
- Content-Type:
application/json
- Response Properties:
- errors: A list of errors.
- Example:
- Content-Type:
- 404: Not Found
- Content-Type:
application/json
- Response Properties:
- errors: A list of errors.
- Example:
- Content-Type:
- 429: Too many requests
- Content-Type:
application/json
- Response Properties:
- errors: A list of errors.
- Example:
- Content-Type:
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filter | No | Filter application keys by the specified string. | |
filter[created_at][end] | No | Only include application keys created on or before the specified date. | |
filter[created_at][start] | No | Only include application keys created on or after the specified date. | |
include | No | Resource path for related resources to include in the response. Only `owned_by` is supported. | |
page[number] | No | Specific page number to return. | |
page[size] | No | Size for a given page. The maximum allowed value is 100. | |
sort | No | Sorting options | name |