IntroductionAuthenticationPaginationRate Limit

Search endpoints

Job Search POSTCompany Search POSTTechnographics POST

Account endpoints

Get Credit Balance GETGet Credits Consumption GET

Other

List Datasets GETGenerate Dataset Credentials POST
TheirStack TheirStack Logo
DocumentationAPI ReferenceWebhooksDatasets
Datasets

List Datasets

Get all the datasets available for your team. Datasets are updated daily. Use this endpoint to get the latest dataset url.

GET
/v1/datasets

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

Create Company List POST

Previous Page

Generate Dataset Credentials POST

Generate credentials to access datasets. By default the credentials are valid for 7 days.

curl -X GET "https://api.theirstack.com/v1/datasets"