---
title: "Timeline"
method: GET
path: "/timeline"
tags: ["Timeline"]
---

# Timeline

`GET /timeline`

Fetch all timeline entries.

## Query parameters

- `fields[]` string[]
- `conditions[]` unknown

## Response `200`

- Timeline[]
  - `ID` integer
  - `Environment` EnvironmentsTrimmed
    - `ID` integer
    - `ServiceProviderID` integer
    - `Name` string
    - `ShortName` string, nullable
    - `Description` string
    - `Status` integer
    - `Visible` boolean
    - `ExpiresOn` string
    - `KeyRotation` integer
    - `LastKeyRotation` string
    - `Website` string, nullable
    - `Static` boolean
    - `CreatedOn` string
    - `UpdatedOn` string, nullable
    - `Tier` string
  - `Launchpoint` LaunchpointsTrimmed
    - `ID` integer
    - `VersionID` string, nullable
    - `Alias` string
    - `Config` string
    - `TotalScheduledRuns` integer
    - `TotalAdHocRuns` integer
    - `NextScheduledFor` string
    - `LastScheduledRun` string
    - `LastAdHocRun` string
    - `FreqType` string
    - `FreqInterval` integer
    - `FreqSubdayType` string, nullable
    - `FreqSubdayInterval` integer, nullable
    - `FreqRelativeInterval` integer, nullable
    - `FreqRecurrenceFactor` string, nullable
    - `ActiveStart` string
    - `ActiveEnd` string, nullable
    - `Enabled` boolean
    - `Visible` boolean
    - `Status` string
    - `CreatedOn` string
    - `UpdatedOn` string, nullable
    - `ParentID` integer, nullable
    - `EnvironmentID` integer
  - `System` SystemsTrimmed
    - `ID` integer
    - `UniqueCompositeKey` string
    - `Name` string — The system Name cannot be changed once created
    - `Description` string
    - `Tags` string, nullable
    - `UserDefined` boolean
    - `Status` integer
    - `Visible` boolean
    - `LastVerifyTime` string
    - `CreatedOn` string
    - `CreatedBy` string
    - `UpdatedOn` string, nullable
  - `SystemDetail` SystemDetailTrimmed
    - `ID` integer
    - `VersionID` integer
    - `Status` integer
    - `Visible` boolean
    - `StartDate` string
    - `EndDate` string, nullable
    - `CreatedOn` string
    - `UpdatedOn` string, nullable
  - `Status` string
  - `AdHoc` boolean — Indicator if the timeline entry was run manually or scheduled
  - `ChangeDetections` integer
  - `Alerts` integer
  - `Latest` boolean — Latest timeline entry indicator
  - `ExitCode` integer
  - `ExitMessage` string
  - `CreatedOn` string
  - `UpdatedOn` string, nullable
  - `ScheduledAt` string
  - `ProcessingAt` string
  - `RunningAt` string
  - `FinishedAt` string
  - `PayloadSizeBytes` integer — Maximum size is 25,000,000 for inspection to land
  - `Expired` boolean

---

[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)
