GET /api/admin/queues/jobs
Returns individual job details from a specific processing queue, filtered by status. Use this to inspect failed jobs or monitor active processing.
Headers
Your CometChat App ID.
Your CometChat API Key.
Query parameters
Queue name:
campaign-orchestrator or campaign-batch.Job status filter:
waiting, active, completed, or failed.Maximum number of jobs to return.
Example request
Example response
Response fields
The queried queue name.
The queried status filter.
Array of job details.
Unique job identifier.
The campaign associated with this job.
Number of processing attempts.
Error message if the job failed.
Job-specific data including batch index and recipient count.
ISO 8601 timestamp when the job was created.
ISO 8601 timestamp when the job was last processed.