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

# GET /transitions

`GET /transitions`

## Query parameters

- `transitionType` string
- `nextToken` string
- `maxResults` string

## Response `200`

200 response

- Transitions
  - `nextToken` string, nullable, required
  - `transitionType` string[]
  - `transitions` object[], required
    - `assets` object
      - `jsRemoteComponent` string
    - `createdBy` string, nullable, required
    - `createdTime` string, nullable, required
    - `description` string, nullable, required
    - `inputJsonSchema` object
    - `name` string, nullable, required
    - `outputJsonSchema` object
    - `parameters` object, required
    - `timeoutInSeconds` integer, required
    - `transitionId` union, required
      - string
      - string
    - `transitionType` 'docker' | 'manual', required
    - `updatedBy` string, nullable, required
    - `updatedTime` string, nullable, required

## Other responses

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

## Changes

- **2021-11-05** `9788e6bfa925` — 4 info
  - added the optional property `transitions/items/inputJsonSchema` to the response with the `200` status
  - added the optional property `transitions/items/outputJsonSchema` to the response with the `200` status
  - removed the `lambda` enum value from the `transitionType/items/` response property for the response status `200`
  - removed the `lambda` enum value from the `transitions/items/transitionType` response property for the response status `200`

[Change history](https://skmtc.dev/lucidtechai/apis/lucidtech-api/changes/transitions/get.md)

---

[API](https://skmtc.dev/lucidtechai/apis/lucidtech-api.md) · [All operations](https://skmtc.dev/lucidtechai/apis/lucidtech-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lucidtechai/lucidtech-api/revisions/13bf8cf663ba/schema)
