provider Observability Pipelines GET /api/v2/obs-pipelines/pipelines
@utdk/datadog /api/v2/obs-pipelines/pipelines
List pipelines
Retrieve a list of pipelines.
page[size] query
Size for a given page. The maximum allowed value is 100.
integer
page[number] query
Specific page number to return.
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.

listpipelines
GET/api/v2/obs-pipelines/pipelines
Retrieve a list of pipelines.

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

Specific page number to return.

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.listpipelines({
  "page[size]": 10,
  "page[number]": 0
})