cURL
curl --request GET \ --url {protocol}://{domain}/api/v1/ingestion-queue/status \ --header 'Authorization: Bearer <token>'
{ "pending": 123, "processing": 123, "completed": 123, "failed": 123, "totalCapacity": 123 }
Get current status of the ingestion queue
Bearer token authentication supports:
Example: Authorization: Bearer your_token_here
Authorization: Bearer your_token_here
Queue status information
The response is of type object.
object
Was this page helpful?