---
title: "GET /logs"
method: GET
path: "/logs"
---

# GET /logs

`GET /logs`

## Query parameters

- `workflowId` string
- `nextToken` string
- `order` string
- `transitionExecutionId` string
- `transitionId` string
- `maxResults` string
- `workflowExecutionId` string

## Response `200`

200 response

- Logs
  - `logs` object[], required
    - `events` object[]
    - `logId` string, required
    - `startTime` string, nullable, required
    - `transitionExecutionId` string, nullable, required
    - `transitionId` union, required
      - string
      - string
    - `workflowExecutionId` string, nullable, required
    - `workflowId` string, nullable, required
  - `nextToken` string, nullable, required
  - `order` 'ascending' | 'descending'
  - `transitionExecutionId` string
  - `transitionId` union
    - string
    - string
  - `workflowExecutionId` string
  - `workflowId` string

## Other responses

- `400` — 400 response
- `403` — 403 response
- `404` — 404 response
- `415` — 415 response
- `500` — 500 response

---

[API](https://skmtc.net/lucidtechai/apis/lucidtech-api.md) · [All operations](https://skmtc.net/lucidtechai/apis/lucidtech-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lucidtechai/lucidtech-api/versions/d5fe190026be/schema)
