Skip to main content
GET
/
catchAll
/
jobs
/
user
List user jobs
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>"
  }
]

Authorizations

x-api-key
string
header
required

API key for authentication.

Response

200 - application/json

List of user jobs

job_id
string<uuid>
required

Job identifier.

query
string
required

The natural language query for this job.