provider Org Connections GET
/api/v2/org_connections @utdk/datadog
/api/v2/org_connections List Org Connections
Returns a list of org connections.
- sink_org_id query
- The Org ID of the sink org.
- string
- source_org_id query
- The Org ID of the source org.
- string
- limit query
- The limit of number of entries you want to return. Default is 1000.
- integer
- offset query
- The pagination offset which you want to query from. Default is 0.
- integer
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.listorgconnections()