v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-211931021.7 MB
Job Queues

Retrieve a Job Queue

OAuth Scope

This endpoint requires the following OAuth scope read_job_queues.

get/queue/{uuid}.json

Path parameters

uuidstring uuid required

UUID of the Job Queue

Response

Job Queue record retrieved successfully

uuidstring uuid

Unique identifier for this record

active0 | 1

Record active/deleted flag. Valid values are [0,1]

edit_datestring

Timestamp at which record was last modified

namestring

Name of the job queue. Used to identify the queue in the system. Examples include 'Workshop', 'Pending Quotes', etc.

default_timeframeinteger

Default number of days that jobs should remain in this queue before requiring attention. Common values are 7 days (1 week) or 14 days (2 weeks).

subscribed_staffstring

Semicolon-delimited list of staff UUIDs who are subscribed to receive notifications for this queue.

requires_assignment0 | 1

Determines if jobs in this queue require assignment to staff members. If true, jobs must be explicitly assigned to staff. If false, jobs are visible to all staff.. Valid values are [0,1]

Example response

{
  "uuid": "123e4567-5beb-4509-ab83-23f94417339b",
  "edit_date": "2026-03-01 12:00:00"
}