---
title: "POST /ListTelemetryPipelines"
method: POST
path: "/ListTelemetryPipelines"
---

# POST /ListTelemetryPipelines

`POST /ListTelemetryPipelines`

Returns a list of telemetry pipelines in your account. Returns up to 100 results. If more than 100 telemetry pipelines exist, include the <code>NextToken</code> value from the response to retrieve the next set of results.

## Request body

- object
  - `MaxResults` integer — The maximum number of telemetry pipelines to return in a single call.
  - `NextToken` string — The token for the next set of results. A previous call generates this token.

## Response `200`

Success

- ListTelemetryPipelinesOutput
  - `PipelineSummaries` TelemetryPipelineSummary[] — A list of telemetry pipeline summaries containing key information about each pipeline.
    - `CreatedTimeStamp` integer — The timestamp when the telemetry pipeline was created.
    - `LastUpdateTimeStamp` integer — The timestamp when the telemetry pipeline was last updated.
    - `Arn` string — The Amazon Resource Name (ARN) of the telemetry pipeline.
    - `Name` string — The name of the telemetry pipeline.
    - `Status` 'CREATING' | 'ACTIVE' | 'UPDATING' | 'DELETING' | 'CREATE_FAILED' | 'UPDATE_FAILED' — The current status of the telemetry pipeline.
    - `Tags` object — The key-value pairs associated with the telemetry pipeline resource.
    - `ConfigurationSummary` object — A summary of the pipeline configuration components.
      - `Sources` Source[] — The list of data sources configured in the pipeline.
        - `Type` string — The plugin name of the source, such as <code>cloudwatch_logs</code> or <code>s3</code>.
      - `DataSources` DataSource[] — The list of data sources that provide telemetry data to the pipeline.
        - `Name` string — The name of the data source. For CloudWatch Logs sources, this corresponds to the <code>data_source_name</code> from the log event metadata. For third-party sources, this is either the configured <code>data_source_name</code> or defaults to the plugin name if not specified.
        - `Type` string — The type of the data source. For CloudWatch Logs sources, this corresponds to the <code>data_source_type</code> from the log event metadata. For third-party sources, this field is empty.
      - `Processors` String[] — The list of processors configured in the pipeline for data transformation.
      - `ProcessorCount` integer — The total number of processors configured in the pipeline.
      - `Sinks` String[] — The list of destinations where processed data is sent.
  - `NextToken` string — A token to resume pagination of results.

## Other responses

- `480` — AccessDeniedException
- `481` — InternalServerException
- `482` — ValidationException
- `483` — TooManyRequestsException

---

[API](https://skmtc.net/aws/apis/observabilityadmin.md) · [All operations](https://skmtc.net/aws/apis/observabilityadmin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/observabilityadmin/versions/542311537307/schema)
