provider App Builder GET
/api/v2/app-builder/apps @utdk/datadog
/api/v2/app-builder/apps List Apps
List all apps, with optional filters and sorting. This endpoint is paginated. Only basic app information such as the app ID, name, and description is returned by this endpoint. This API requires a [registered application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key). Alternatively, you can configure these permissions [in the UI](https://docs.datadoghq.com/account_management/api-app-keys/#actions-api-access).
- limit query
- The number of apps to return per page.
- integer
- page query
- The page number to return.
- integer
- filter[user_name] query
- Filter apps by the app creator. Usually the user's email.
- string
- filter[user_uuid] query
- Filter apps by the app creator's UUID.
- string
- filter[name] query
- Filter by app name.
- string
- filter[query] query
- Filter apps by the app name or the app creator.
- string
- filter[deployed] query
- Filter apps by whether they are published.
- boolean
- filter[tags] query
- Filter apps by tags.
- string
- filter[favorite] query
- Filter apps by whether you have added them to your favorites.
- boolean
- filter[self_service] query
- Filter apps by whether they are enabled for self-service.
- boolean
- sort query
- The fields and direction to sort apps by.
- array
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.
Code snippet
Updates live as you fill in the form above.
TypeScript
import datadog from '@utdk/datadog';
await datadog.listapps()