---
title: "Get Execution Transition"
method: GET
path: "/executions/{execution_id}/transitions/{transition_id}"
tags: ["tasks"]
---

# Get Execution Transition

`GET /executions/{execution_id}/transitions/{transition_id}`

## Path parameters

- `execution_id` string, uuid, required
- `transition_id` string, uuid, required

## Response `200`

Successful Response

- Transition
  - `type` 'init' | 'init_branch' | 'finish' | 'finish_branch' | 'wait' | 'resume' | 'error' | 'step' | 'cancelled', required
  - `output` unknown, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `execution_id` string, uuid, required
  - `current` TransitionTarget, required
    - `workflow` string, required
    - `step` integer, required
    - `scope_id` string, uuid, required
  - `next` TransitionTarget, required
    - `workflow` string, required
    - `step` integer, required
    - `scope_id` string, uuid, required
  - `step_label` string, nullable
  - `id` string, uuid, required
  - `metadata` object, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2025-02-24** `bf9190a8aea0` — 2 info
  - added the required property `current/scope_id` to the response with the `200` status
  - added the required property `next/anyOf[subschema #1: TransitionTarget]/scope_id` to the response with the `200` status
- **2025-02-03** `c739a45ccdfb` — 1 info
  - added the optional property `step_label` to the response with the `200` status

[Change history](https://skmtc.dev/julep-ai/apis/julep-agents-api/changes/executions/:execution_id/transitions/:transition_id/get.md)

---

[API](https://skmtc.dev/julep-ai/apis/julep-agents-api.md) · [All operations](https://skmtc.dev/julep-ai/apis/julep-agents-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/julep-ai/julep-agents-api/revisions/21c8182519ef/schema)
