List datasets
List datasets
Query Parameters
pipelineSlug string
The slug of the pipeline to filter datasets by
pipelineId uuid
The ID of the pipeline to filter datasets by
archived boolean
Filter datasets by archived status
Responses
- 200
- 400
- 500
Datasets retrieved successfully
application/json
application/json; charset=utf-8
Schema
Example (from schema)
Schema
- Array [
- ]
data object[]
id uuid required
createdAt float required
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
updatedAt float required
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
archivedAt float nullable
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
name string required
description string nullable
pipelineId uuid required
{ "data": [ { "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "createdAt": 0, "updatedAt": 0, "archivedAt": 0, "name": "string", "description": "string", "pipelineId": "3fa85f64-5717-4562-b3fc-2c963f66afa6" } ] }
Schema
Example (from schema)
Schema
- Array [
- ]
data object[]
id uuid required
createdAt float required
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
updatedAt float required
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
archivedAt float nullable
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
name string required
description string nullable
pipelineId uuid required
{ "data": [ { "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "createdAt": 0, "updatedAt": 0, "archivedAt": 0, "name": "string", "description": "string", "pipelineId": "3fa85f64-5717-4562-b3fc-2c963f66afa6" } ] }
Bad request
Server error
Loading...