---
title: "Get the list of tracks."
method: GET
path: "/tracks"
tags: ["Tracks"]
---

# Get the list of tracks.

`GET /tracks`

Get the list of tracks.

## Query parameters

- `bbox` number[]
- `after` union
  - string — Two comma-seperated date-times that form a temporal interval.
  - string, date-time — The temporal instant.
- `before` union
  - string — Two comma-seperated date-times that form a temporal interval.
  - string, date-time — The temporal instant.
- `begins` union
  - string — Two comma-seperated date-times that form a temporal interval.
  - string, date-time — The temporal instant.
- `begunBy` union
  - string — Two comma-seperated date-times that form a temporal interval.
  - string, date-time — The temporal instant.
- `contains` union
  - string — Two comma-seperated date-times that form a temporal interval.
  - string, date-time — The temporal instant.
- `during` union
  - string — Two comma-seperated date-times that form a temporal interval.
  - string, date-time — The temporal instant.
- `endedBy` union
  - string — Two comma-seperated date-times that form a temporal interval.
  - string, date-time — The temporal instant.
- `ends` union
  - string — Two comma-seperated date-times that form a temporal interval.
  - string, date-time — The temporal instant.
- `equals` union
  - string — Two comma-seperated date-times that form a temporal interval.
  - string, date-time — The temporal instant.
- `meets` union
  - string — Two comma-seperated date-times that form a temporal interval.
  - string, date-time — The temporal instant.
- `metBy` union
  - string — Two comma-seperated date-times that form a temporal interval.
  - string, date-time — The temporal instant.
- `overlapped` union
  - string — Two comma-seperated date-times that form a temporal interval.
  - string, date-time — The temporal instant.
- `overlaps` union
  - string — Two comma-seperated date-times that form a temporal interval.
  - string, date-time — The temporal instant.
- `status` TrackStatusJson — unresolved $ref
- `limit` integer
- `page` integer

## Headers

- `Range` object
  - `items` string

## Response `200`

The tracks.

- TracksJson — unresolved $ref

## Other responses

- `206` — The tracks.
- `400` — The request was malformed.
- `5XX` — An internal server error occurred.

## Changes

- **2026-07-17** `c647cca2f102` — 1 warning
  - deleted the `query` request parameter `nearPoint`
- **2021-12-14** `41dac4f34d9e` — 5 info
  - api tag `Tracks` added
  - api tag `tracks` removed
  - added the new optional `header` request parameter `Range`
  - added the new optional `query` request parameter `limit`
  - …1 more
- **2021-12-08** `6b395925cb6a` — 3 info
  - added the new optional `query` request parameter `status`
  - added the media type `text/yaml` for the response with the status `200`
  - added the media type `text/yaml` for the response with the status `206`
- **2021-12-07** `9e60f373a1f0` — 2 breaking, 10 warning, 3 info
  - removed the media type `text/yaml` for the response with the status `200`
  - removed the media type `text/yaml` for the response with the status `206`
  - the optional response header `Content-Range` removed for the status `200`
  - the optional response header `Content-Range` removed for the status `206`
  - …11 more

[Change history](https://skmtc.dev/envirocar/apis/envirocar-rest-api/changes/tracks/get.md)

---

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