Skip to main content
GET
/
datasets
/
{id}
Get dataset
curl --request GET \
  --url https://api.verial.ai/datasets/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "2023-11-07T05:31:56Z",
  "type": "<string>",
  "name": "<string>",
  "description": "<string>",
  "parent_id": "2023-11-07T05:31:56Z",
  "config": "<unknown>",
  "created_at": "2023-11-07T05:31:56Z"
}
Returns the full details for a dataset, including its type and configuration.

Authorizations

Authorization
string
header
required

API key passed as a Bearer token.

Path Parameters

id
string
required

Dataset ID

Response

Successful response

id
string<date-time>
required
type
string
required
name
string
required
description
string | null
required
parent_id
string<date-time> | null
required
config
any
required
created_at
string<date-time>
required