RUAL Documentation

POST /queue/search

Search queue jobs using request body with complex queries

Search queue jobs using request body with complex queries
Key Type Example Description
authorization required string
"Bearer access_token"
Access token
Key Type Example Description
term optional object
{}
Term-based search criteria
must optional array
[{}]
Conditions that must match
should optional array
[{}]
Conditions that should match
range optional object
{}
Range queries for dates/numbers
from optional integer
0
Starting position for pagination
size optional integer
10
Number of results to return
{}
{ "error": "ERROR_KEY" }
Permission Description
Bearer token Access token required via Authorization header, x-authtoken, x-token, query param, or cookie
queue_view Required scope: queue_view

Back to Queue Return to the Queue category to view other endpoints All API Categories Browse all available API categories