cURL
curl --request GET \ --url https://catchall.newscatcherapi.com/catchAll/jobs/user \ --header 'x-api-key: <api-key>'
[ { "total": 47, "page": 1, "page_size": 10, "total_pages": 5, "jobs": [ { "job_id": "af7a26d6-cf0b-458c-a6ed-4b6318c74da3", "query": "AI company acquisitions", "created_at": "2026-02-01T14:30:00Z", "status": "completed" } ] } ]
Returns all jobs created by the authenticated user.
API key for authentication.
Page number to retrieve.
x >= 1
Number of records per page.
1 <= x <= 1000
User jobs retrieved successfully
Total number of jobs for this user.
47
Current page number.
1
Number of jobs per page.
10
Total number of pages available.
5
Array of user jobs on this page.
Show child attributes
Was this page helpful?