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

# POST /GetTelemetryPipeline

`POST /GetTelemetryPipeline`

Retrieves information about a specific telemetry pipeline, including its configuration, status, and metadata.

## Request body

- object
  - `PipelineIdentifier` string, required — The identifier (name or ARN) of the telemetry pipeline to retrieve.

## Response `200`

Success

- GetTelemetryPipelineOutput
  - `Pipeline` object — The complete telemetry pipeline resource information, including configuration, status, and metadata.
    - `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.
    - `Configuration` object — The configuration that defines how the telemetry pipeline processes data.
      - `Body` string, required — The pipeline configuration body that defines the data processing rules and transformations.
    - `Status` 'CREATING' | 'ACTIVE' | 'UPDATING' | 'DELETING' | 'CREATE_FAILED' | 'UPDATE_FAILED' — The current status of the telemetry pipeline.
    - `StatusReason` object — Additional information about the pipeline status, including reasons for failure states.
      - `Description` string — A description of the pipeline status reason, providing additional context about the current state.
    - `Tags` object — The key-value pairs associated with the telemetry pipeline resource.

## Other responses

- `480` — ResourceNotFoundException
- `481` — AccessDeniedException
- `482` — InternalServerException
- `483` — ValidationException
- `484` — 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)
