v1

latestOpenAPI 3.0.02026-07-142351,1971.3 MB
Logs Pipelines

Get pipeline order

Get the current order of your pipelines. This endpoint takes no JSON arguments.

get/api/v1/logs/config/pipeline-order

Response

OK

pipeline_idsstring[] required

Ordered Array of <PIPELINE_ID> strings, the order of pipeline IDs in the array define the overall Pipelines order for Datadog.

Example response

{
  "pipeline_ids": [
    "tags",
    "org_ids",
    "products"
  ]
}