---
title: "GET /transitions/{transitionId}"
method: GET
path: "/transitions/{transitionId}"
---

# GET /transitions/{transitionId}

`GET /transitions/{transitionId}`

## Path parameters

- `transitionId` string, required

## Response `200`

200 response

- Transition
  - `assets` object
    - `jsRemoteComponent` string
  - `createdBy` string, nullable, required
  - `createdTime` string, nullable, required
  - `description` string, nullable, required
  - `name` string, nullable, required
  - `parameters` object, required
  - `timeoutInSeconds` integer, required
  - `transitionId` union, required
    - string
    - string
  - `transitionType` 'docker' | 'manual' | 'lambda', 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

- **2026-07-13** `d5fe190026be` — 1 breaking, 3 warning
  - the `timeoutInSeconds` response property's max was increased from `3600.00` to `10800.00` for the response status `200`
  - removed the optional property `inputJsonSchema` from the response with the `200` status
  - removed the optional property `outputJsonSchema` from the response with the `200` status
  - added the new `lambda` enum value to the `transitionType` response property for the response status `200`
- **2024-02-05** `c371d93c085f` — 1 breaking
  - the `timeoutInSeconds` response property's max was increased from `1800.00` to `3600.00` for the response status `200`
- **2021-11-05** `9788e6bfa925` — 3 info
  - added the optional property `inputJsonSchema` to the response with the `200` status
  - added the optional property `outputJsonSchema` to the response with the `200` status
  - removed the `lambda` enum value from the `transitionType` response property for the response status `200`

[Change history](https://skmtc.dev/lucidtechai/apis/lucidtech-api/changes/transitions/:transitionId/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/d5fe190026be/schema)
