provider Service Accounts GET /api/v2/service_accounts/{service_account_id}/application_keys
@utdk/datadog /api/v2/service_accounts/{service_account_id}/application_keys
List application keys for this service account
List all application keys available for this service account.
service_account_id path required
The ID of the service account.
string
page[size] query
Size for a given page. The maximum allowed value is 100.
integer
page[number] query
Specific page number to return.
integer
sort query
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.
enum: created_at, -created_at, last4, -last4…
filter query
Filter application keys by the specified string.
string
filter[created_at][start] query
Only include application keys created on or after the specified date.
string
filter[created_at][end] query
Only include application keys created on or before the specified date.
string

Try it

Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

listserviceaccountapplicationkeys
GET/api/v2/service_accounts/{service_account_id}/application_keys
List all application keys available for this service account.

Parameters

required

The ID of the service account.

Size for a given page. The maximum allowed value is 100.

Specific page number to return.

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 application keys by the specified string.

Only include application keys created on or after the specified date.

Only include application keys created on or before the specified date.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.listserviceaccountapplicationkeys({
  "page[size]": 10,
  "page[number]": 0,
  "sort": "name"
})