---
title: "Get pipeline order"
method: GET
path: "/api/v1/logs/config/pipeline-order"
tags: ["Logs Pipelines"]
---

# Get pipeline order

`GET /api/v1/logs/config/pipeline-order`

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

## Response `200`

OK

- LogsPipelinesOrder — Object containing the ordered list of pipeline IDs.
  - `pipeline_ids` string[], required — Ordered Array of `<PIPELINE_ID>` strings, the order of pipeline IDs in the array define the overall Pipelines order for Datadog.

## Other responses

- `403` — Forbidden
- `429` — Too many requests

---

[API](https://skmtc.net/datadog/apis/api-v1.md) · [All operations](https://skmtc.net/datadog/apis/api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datadog/api-v1/revisions/ca5871004d26/schema)
