Skip to main content
Version: 4.7.14

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

Datasets retrieved successfully


Schema
    data object[]
  • Array [
  • 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
  • ]
Loading...