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.

listorgconnections
GET/api/v2/org_connections
Returns a list of org connections.

The Org ID of the sink org.

The Org ID of the source org.

The limit of number of entries you want to return. Default is 1000.

The pagination offset which you want to query from. Default is 0.

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.listorgconnections()