Skip to main content
GET
/
api
/
datasets
/
cURL
curl --request GET \
  --url https://{server}/api/datasets/ \
  --cookie sessionid=
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "creator": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "versions": [
      {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "dataset": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "version_number": 123,
        "asset_content": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "created_at": "2023-11-07T05:31:56Z",
        "updated_at": "2023-11-07T05:31:56Z"
      }
    ],
    "description": "<string>",
    "owner_user": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "owner_project": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
]

Authorizations

sessionid
string
cookie
required

Response

200 - application/json
id
string<uuid>
required
read-only
name
string
required
Maximum string length: 255
creator
string<uuid>
required
read-only
created_at
string<date-time>
required
read-only
updated_at
string<date-time>
required
read-only
versions
object[]
required
read-only
description
string
owner_user
string<uuid> | null
owner_project
string<uuid> | null