---
title: "Retrieve timeline info"
method: GET
path: "/vms/timeline/"
tags: ["vms"]
---

# Retrieve timeline info

`GET /vms/timeline/`

Use this method to retrieve timeline info

## Query parameters

- `camera` integer, nullable
- `gap_threshold` string
- `time_from` string, date-time, required
- `time_to` string, date-time, required
- `video_archive` integer, nullable

## Response `200`

- VMSTimelineResponse
  - `timeline` Timeline[], required
    - `time_from` string, date-time, required — Period start date (UTC)
    - `time_to` string, date-time, required — Period start end (UTC)

---

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