cURL
curl --request GET \ --url https://catchall.newscatcherapi.com/catchAll/jobs/user \ --header 'x-api-key: <api-key>'
[ { "job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "query": "<string>", "created_at": "2025-12-16T11:15:38.127536", "status": "completed" } ]
Returns all jobs created by the authenticated user.
API key for authentication.
List of user jobs
Job identifier.
The natural language query for this job.
Job creation timestamp in ISO 8601 format.
"2025-12-16T11:15:38.127536"
Current processing status of the job.
"completed"
Was this page helpful?