GET https://api.ai21.com/studio/v1/maestro/runs/{run_id}
Retrieves the status of the run execution based on its ID.
The status can be completed
, failed
, or in_progress
.
Path parameters
run_id: string
Optional
A unique identifier of the run you wish to retrieve.
Returns
The run object matches the specified ID.