Get job results as CSV
Jobs
Get job results as CSV
Returns a completed job’s result records as a CSV download. One row per record, with enrichment fields as columns and citations as a JSON column.
If the job used connected entity datasets, connected entities are split into event_associated_entities and mention_entities JSON columns. When no entity dataset was used, those two columns are omitted from the export entirely.
GET
Get job results as CSV
Authorizations
API key for authentication.
Path Parameters
Unique job identifier returned from POST /catchAll/submit.
Response
CSV export of job results.
The response is of type string.

