---
title: "Tracks:Get"
method: GET
path: "/api/latest/tracks"
tags: ["tracks"]
---

# Tracks:Get

`GET /api/latest/tracks`

## Query parameters

- `cursor` integer
- `limit` integer
- `search_filter` string, nullable
- `collection_id` string, nullable
- `track_type` string, nullable
- `app_state` unknown, required

## Response `200`

Successful Response

- NendoHTTPResponse
  - `data` unknown, required
  - `error` unknown
  - `has_next` boolean
  - `cursor` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/okio-ai/apis/nendo-server.md) · [All operations](https://skmtc.net/okio-ai/apis/nendo-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/okio-ai/nendo-server/versions/a044a48565cb/schema)
