---
title: "Get information about the latest job to clear the persistent queue for a Source"
method: GET
path: "/system/inputs/{id}/pq"
tags: ["sources"]
---

# Get information about the latest job to clear the persistent queue for a Source

`GET /system/inputs/{id}/pq`

Get information about the latest job to clear the persistent queue (PQ) for the specified Source.

## Path parameters

- `id` string, required

## Response `200`

a list of any objects

- CountedObject
  - `count` integer — number of items present in the items array
  - `items` object[]

## Other responses

- `401` — Unauthorized
- `500` — Unexpected error

## Changes

- **2026-03-06** `11df16b26c1d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/criblio/apis/cribl-api-reference/changes/system/inputs/:id/pq/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/11df16b26c1d/schema)
