Docs Home
/
Zoo Developer Tools
/
API
/
Orgs
/
List every dataset that belongs to the caller's organization.

List every dataset that belongs to the caller's organization

Parameters

Name

Type

Req.

  • limit

    integer
    optional
  • page_token

    string
    optional
  • sort_by

    string
    required
    Possible values
    • created_at_ascending:  Sort in increasing order of "created_at".
    • created_at_descending:  Sort in decreasing order of "created_at".

Returns

  • 200 OK

    successful operation

    Name

    Type

    Req.

    body

    object
    optional
    Object Properties
    • items

      array
      optional
      Array of
      • access_role_arn

        string
        optional
      • created_at

        string / ISO-8601
        optional
      • id

        string / UUID
        optional
      • last_sync_error

        string
        optional
      • last_sync_error_at

        string / ISO-8601
        optional
      • name

        string
        optional
      • org_id

        string / UUID
        optional
      • source_uri

        string
        optional
      • status

        string
        optional
        Possible values
        • active:  Dataset is active and can be used.
        • deleting:  Dataset is being deleted and should not be mutated or used.
        • errored:  Dataset encountered sync errors and needs attention.
      • storage_provider

        string
        optional
        Possible values
        • s3:  Amazon Simple Storage Service.
        • zoo_managed:  Zoo-managed dataset storage backed by the API's internal object store.
      • updated_at

        string / ISO-8601
        optional
    • next_page

      string
      optional
get
/org/datasets
200 OK
Response
Zookeeper is here!
You guide the design. Zookeeper does the work.