---
title: "Fetch queue info."
method: GET
path: "/v1/queues/{name}"
tags: ["Queues"]
---

# Fetch queue info.

`GET /v1/queues/{name}`

## Response `200`

Queue info.

- QueueInfo — Queue state as returned by the library. Duration fields are int64 nanoseconds (library JSON). Opaque JetStream and consumer detail are never returned; use the NATS tooling if required.
  - `name` string, required
  - `time` string, date-time
  - `max_age` integer
  - `max_entries` integer
  - `discard_old` boolean
  - `max_tries` integer
  - `max_runtime` integer
  - `max_concurrent` integer

## Other responses

- `404` — Resource does not exist.

---

[API](https://skmtc.net/choria-io/apis/asyncjobs-http-api.md) · [All operations](https://skmtc.net/choria-io/apis/asyncjobs-http-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/choria-io/asyncjobs-http-api/revisions/48b17d96adbf/schema)
