Datasets
List Datasets
Get all the datasets available for your team. Datasets are updated daily. Use this endpoint to get the latest dataset url.
Authorization
Bearer AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://api.theirstack.com/v1/datasets"[
{
"type": "jobs",
"description": "string",
"is_accessible": true,
"options": [
{
"id": "string",
"description": "string",
"item_type": "file",
"format": "csv",
"frequency": "daily",
"version": "string",
"is_deprecated": true,
"dataset_prefix": "string",
"dataset_url": "string",
"dictionary_url": "string",
"sample_dataset_url": "string",
"last_updated": "2019-08-24T14:15:22Z",
"size": 0
}
]
}
]{
"request_id": null,
"error": {
"code": "E-001",
"title": "Not allowed exception",
"description": "string"
}
}{
"request_id": null,
"error": {
"code": "E-001",
"title": "Not allowed exception",
"description": "string"
}
}{
"request_id": null,
"error": {
"code": "E-001",
"title": "Not allowed exception",
"description": "string"
}
}{
"request_id": null,
"error": {
"code": "E-001",
"title": "Not allowed exception",
"description": "string"
}
}How is this guide?
Last updated on
