Skip to main content
GET
Get project dataset metadata

Authorizations

x-api-key
string
header
required

Path Parameters

projectId
integer
required

Project ID

Query Parameters

datasetVersionId
integer

Dataset version ID. If not set, the current dataset version is used

truncateLabels
boolean

If true, only a slice of labels will be returned.

includeDisabled
enum<string>

Whether to include enabled-only samples, or both enabled and disabled samples (defaults to both).

Available options:
both,
enabled

Response

200 - application/json

OK

success
boolean
required

Whether the operation succeeded

metadata
object
required

Overall dataset metadata info

error
string

Optional error description (set if 'success' was false)