POST /queue/search
Search queue jobs using request body with complex queries
/queue/searchPOSTSearch queue jobs using request body with complex queries
| Key | Type | Example | Description |
|---|---|---|---|
| authorizationrequired | string | | Access token |
| Key | Type | Example | Description |
|---|---|---|---|
| fromoptional | integer | | Starting position for pagination |
| mustoptional | array | [{}] | Conditions that must match |
| rangeoptional | object | {} | Range queries for dates/numbers |
| shouldoptional | array | [{}] | Conditions that should match |
| sizeoptional | integer | | Number of results to return |
| termoptional | object | {} | Term-based search criteria |
{}{
"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
