---
title: "Get Maestro Run"
method: GET
path: "/studio/v1/maestro/runs/{execution_id}"
---

# Get Maestro Run

`GET /studio/v1/maestro/runs/{execution_id}`

## Path parameters

- `execution_id` string, required

## Response `200`

Successful Response

- MaestroRunResult
  - `id` string, uuid, required — A unique ID for the request (not the message). Repeated identical requests get different IDs. However, for a streaming response, the ID will be the same for all responses in the stream.
  - `status` 'completed' | 'failed' | 'in_progress' | 'requires_action', required
  - `result` unknown
  - `data_sources` object
  - `requirements_result` object
  - `created_at` string, date-time
  - `error` MaestroRunError
    - `message` string, required

## Other responses

- `422` — Validation Error

---

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