Skip to main content
GET
Get Dataset

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Api-key
string | null

Path Parameters

dataset_id
string<uuid>
required

Response

Successful Response

id
string<uuid>
required
name
string
required
description
string | null
required
detailed_description
string | null
required
organisation_id
string
required
status
string
required
starred
boolean
required
is_primary
boolean
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
columns
string[]
required
read-only
is_embedding_searchable
boolean
required
read-only
dataset_card
string | null
dictionary
Dictionary · object | null
dataset_schema
DatasetSchema · object | null
annotations
Annotations · object
warehousing_error
string | null
cron_schedule
string | null
schedule_enabled
boolean | null
last_schedule_run_at
string<date-time> | null
import_config
Import Config · object | null
is_importing
boolean | null
preview_rows
any[][] | null