Skip to content

GET /api/admin/ready-q-states/v1

Note

This page was generated by extracting information from a JSON Schema data file for the API. It may be missing some information, or otherwise suggest approximate or placeholder values based on information in the schema file; this is due to limitations on how that data is extracted from the underlying Rust code and into the JSON Schema, and then again from there and into these docs.

Retrieve information about the states that apply to a set of ready queues, or all queues if no specific queues were named in the request.

Query Parameters

  • queues - optional array of string. Which queues to request. If empty, request all queue states.

Responses

Status 200

Obtained state information

Content-Type: application/json

This is an object value, with the following properties:

  • states_by_ready_queue - required object.

Examples

{
  "states_by_ready_queue": {}
}