POST /queue/search
Search queue jobs using request body with complex queries
/queue/search
POST
Search queue jobs using request body with complex queries
Key | Type | Example | |
---|---|---|---|
authorization required | string |
"Bearer your-jwt-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
|
{
"success": true
}
{
"success": false,
"error": "ERROR_KEY"
}
permission | description |
---|---|
BearerAuth |
JWT access token obtained from login endpoint required |
Back to Queue Return to the Queue category to view other endpoints All API Categories Browse all available API categories