---
title: "List Timelines entries"
method: POST
path: "/timelines/query"
tags: ["Timeline"]
---

# List Timelines entries

`POST /timelines/query`

Fetch all timeline entries and associated SystemDetailID. If a timeline entry does not have a SystemDetailID it does not have an assoicated dataprint.

## Request body

- object
  - `Filters` object[]
    - `Field` string
    - `Op` 'equal_to' | 'contains' | 'does_not_contain' | 'matches_exactly' | 'starts_with' | 'ends_with' | 'greater_than' | 'lower_than' | 'is_empty' | 'is_not_empty' | 'Match' | 'AnyOf'
    - `Values` union[]
      - union
        - string
        - integer
  - `Sorting` object[]
    - `Field` string
    - `Direction` 'ASC' | 'DESC'
  - `Pagination` Pagination
    - `Page` integer
    - `PageSize` integer

## Response `200`

Success

- object
  - `Data` TimelineResponse[]
    - `ID` integer
    - `ServiceProviderID` integer
    - `EnvironmentID` integer
    - `LaunchpointID` integer
    - `Status` string
    - `AdHoc` boolean
    - `SystemID` integer, nullable
    - `SystemDetailID` integer, nullable
    - `ChangeDetections` integer
    - `Latest` boolean
    - `CreatedOn` string
    - `UpdatedOn` string
    - `ExitCode` integer
    - `ExitMessage` string
    - `ScheduledAt` string
    - `ProcessingAt` string, nullable
    - `RunningAt` string
    - `FinishedAt` string
    - `PayloadSizeBytes` integer, nullable
    - `PayloadPath` string, nullable
    - `LamdaID` string, nullable
    - `Alerts` integer
    - `Launchpoint` object
      - `NextScheduledFor` string

---

[API](https://skmtc.net/liongard/apis/liongard-v2-endpoints.md) · [All operations](https://skmtc.net/liongard/apis/liongard-v2-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liongard/liongard-v2-endpoints/versions/4ba1aeff82d7/schema)
