Skip to main content
GET
/
catchAll
/
pull
/
{job_id}
/
csv
Get job results as CSV
curl --request GET \
  --url https://catchall.newscatcherapi.com/catchAll/pull/{job_id}/csv \
  --header 'x-api-key: <api-key>'
"<string>"

Authorizations

x-api-key
string
header
required

API key for authentication.

Path Parameters

job_id
string<uuid>
required

Unique job identifier returned from POST /catchAll/submit.

Response

CSV export of job results.

The response is of type string.