---
title: "Datasets"
method: GET
path: "/api/v1/datasets"
tags: ["trajectories"]
---

# Datasets

`GET /api/v1/datasets`

## Query parameters

- `cursor` string, nullable
- `limit` integer
- `sort` string, nullable
- `order` 'asc' | 'desc'
- `search` string, nullable

## Response `200`

Successful Response

- PaginatedResponseDatasetMetadata
  - `items` DatasetMetadata[], required
    - `dataset_id` string, required
    - `organization_id` string, required
    - `dataset_name` string, required
    - `display_name` string, nullable
    - `source` string, nullable
    - `gcs_prefix` string, nullable
    - `created_at` string, required
    - `updated_at` string, nullable
  - `next_cursor` string, nullable
  - `has_more` boolean, required

---

[API](https://skmtc.dev/trajectory/apis/trajectory-api.md) · [All operations](https://skmtc.dev/trajectory/apis/trajectory-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trajectory/trajectory-api/revisions/d930b23b9602/schema)
