---
title: "Systems"
method: GET
path: "/systems"
tags: ["System"]
---

# Systems

`GET /systems`

List all systems.

## Query parameters

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

## Response `200`

- Systems[]
  - `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
  - `Inspector` Inspector
    - `ID` integer
    - `Name` string
    - `Alias` string
    - `Published` boolean
    - `Author` string
    - `ContactEmail` string
    - `Logo` string
    - `Icon` string
    - `Description` string
    - `HelpLink` string
    - `PublishedStatus` string
    - `InspectorCategory` string
    - `EnhancedBilling` boolean
    - `DefaultFrequency` object
      - `Type` string
      - `Interval` integer
    - `Constraints` object
      - `Tiers` string[]
      - `Platform` string[]
      - `Frequency` object
        - `MaxIntervalType` string
        - `MaxIntervalFrequency` integer
      - `AgentConstraint` string[]
      - `RecomendedAgent` string
    - `CreatedOn` string
    - `UpdatedOn` string
    - `DiagnosticsEnabled` boolean
  - `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
  - `UpdatedBy` 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)
