curl --request POST \
--url https://api-dev.narrative.io/datasets/{dataset_id}/request-sample \
--header 'Authorization: Bearer <token>'{
"job_id": "a81e1460-fbdc-4204-bd76-a9e496bf760d"
}Request a dataset sample job (for non-Narrative Data Planes only)
curl --request POST \
--url https://api-dev.narrative.io/datasets/{dataset_id}/request-sample \
--header 'Authorization: Bearer <token>'{
"job_id": "a81e1460-fbdc-4204-bd76-a9e496bf760d"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier for a dataset.
OK
The id of the job that has been enqueued.