---
title: "Launchpoint Log"
method: GET
path: "/logs"
tags: ["Launchpoints"]
---

# Launchpoint Log

`GET /logs`

Return the logs for a specific inspection.

## Query parameters

- `launchpoint` integer, required
- `timeline` integer, required

## Response `200`

- union
  - LaunchpointLog
    - `Timestamp` string
    - `Type` string
    - `ServiceProvider` integer
    - `ServiceProviderName` string
    - `Environment` integer
    - `Inspector` integer
    - `Launchpoint` integer
    - `Version` integer
    - `VersionTag` string
    - `InspectorName` string
    - `Agent` integer
    - `AGENT_ID` integer
    - `AGENT_NAME` string
    - `Alias` string
    - `Container` string, nullable
    - `SetupCommand` string[]
    - `RunCommand` string[]
    - `ClearBundle` boolean
    - `Mode` string
    - `Archive` string
    - `Bucket` string
    - `Protocol` string
    - `Secrets` string, nullable
    - `Timeline` integer
    - `Checksum` string
    - `PolicyManifest` string
    - `PolicyIntegrity` string
    - `RESPONSE_QUEUE` string
    - `AGENT_UID` string
    - `AWS_REGION` string
    - `WorkingDir` string
    - `Message` string
    - `Status` string
  - PayloadProcessingLog
    - `Timestamp` string
    - `Type` string
    - `Message` string
    - `Category` string
    - `Path` 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)
