---
title: "List the status of all Destinations within a Pack"
method: GET
path: "/p/{pack}/system/status/outputs"
tags: ["destinations"]
---

# List the status of all Destinations within a Pack

`GET /p/{pack}/system/status/outputs`

List status information and optional metrics for all configured Destinations in the Worker Group or Edge Fleet within the specified Pack.

## Path parameters

- `pack` string, required

## Query parameters

- `metrics` boolean
- `type` boolean
- `offset` integer
- `limit` integer

## Response `200`

List of Destination status objects.

- PaginatedOutputStatus
  - `items` OutputStatus[], required — The pre-limited items in the list of results
    - `id` string, required — Unique identifier of the Source or Destination.
    - `status` AggregatedInputOutputStatusBody, required
      - `error` StatusError
        - `details` object — Additional error details.
        - `message` string, required — Human-readable message that describes the error.
      - `health` 'Green' | 'Red' | 'Unknown' | 'Yellow', required — Overall health status of the Source or Destination.
      - `healthCounts` HealthCountType, required
        - `Green` integer — Number of Worker Processes reporting a healthy (Green) status.
        - `Red` integer — Number of Worker Processes reporting a critical (Red) status.
        - `Unknown` integer — Number of Worker Processes reporting an unknown health status.
        - `Yellow` integer — Number of Worker Processes reporting a degraded (Yellow) status.
      - `metrics` object — Metrics data for the Source or Destination, including base metrics, aggregated across all Worker Processes. For load-balanced Destinations, includes item-level metrics.
      - `pq` AggregatedPQStatus
        - `error` StatusError
          - `details` object — Additional error details.
          - `message` string, required — Human-readable message that describes the error.
        - `health` 'Green' | 'Red' | 'Unknown' | 'Yellow', required — Health status of the persistent queue.
        - `healthCounts` HealthCountType, required
          - `Green` integer — Number of Worker Processes reporting a healthy (Green) status.
          - `Red` integer — Number of Worker Processes reporting a critical (Red) status.
          - `Unknown` integer — Number of Worker Processes reporting an unknown health status.
          - `Yellow` integer — Number of Worker Processes reporting a degraded (Yellow) status.
        - `timestamp` integer, required — Timestamp (in Unix time) when the persistent queue status was last updated.
      - `timestamp` integer, required — Timestamp (in Unix time) when the status was last updated.
    - `type` string — Type of the Source or Destination.
  - `count` integer, required — Number of items present in the items array
  - `offset` integer — Pagination offset. Returned when offset/limit query parameters are provided.
  - `limit` integer — Pagination limit. Returned when offset/limit query parameters are provided.
  - `totalCount` integer — Total number of items available. Returned when offset/limit query parameters are provided.

## Other responses

- `400` — Failed validation or malformed input, such as missing or invalid parameters.
- `401` — Authentication failed (missing or invalid credentials or Bearer token).
- `500` — Unexpected server error.

## Changes

- **2026-07-21** `e9bef570d106` — 9 info
  - added the media type `application/json` for the response with the status `401`
  - added the optional property `details` to the response with the `500` status
  - added the optional property `limit` to the response with the `200` status
  - added the optional property `offset` to the response with the `200` status
  - …5 more
- **2026-05-14** `484cda0ad459` — 3 info
  - added the new optional `query` request parameter `limit`
  - added the new optional `query` request parameter `offset`
  - added the non-success response with the status `400`
- **2026-03-06** `11df16b26c1d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/criblio/apis/cribl-api-reference/changes/p/:pack/system/status/outputs/get.md)

---

[API](https://skmtc.dev/criblio/apis/cribl-api-reference.md) · [All operations](https://skmtc.dev/criblio/apis/cribl-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/criblio/cribl-api-reference/revisions/56cb25079271/schema)
