v1

Swagger 2.02026-08-06114111152.5 KB
App-automate Maestro

Get a specific Maestro run

Returns the detail record for a single Maestro run inside a project, including capability used, status, and per-flow results.

get/v1/app-automate/maestro/{project_id}/{id}

Path parameters

project_idinteger required
idinteger required

Response

Get a specific Maestro run

idinteger required

Unique numeric Maestro run ID.

statusstring required

WAITING, READY, DONE, FAILED or CANCELLED, computed from the newest attempt of each flow.

successinteger required

1 when every flow passed, 0 otherwise.

capabilitiesobject required

Capabilities the run was started with.

optionsobject required

Maestro options the run was started with; {} when none were given.

created_atstring date-time required
completedboolean required

Whether every run in the parent project has reached a terminal state.

assets_syncedboolean required

Whether asset processing has finished for every flow in the run.

metaobject required

Metadata supplied at submission. Only present when the run carries any.

reportstring required

JUnit XML for the run. Only present once a report exists.

error_messagesstring[] required

Run-level failures from the newest attempt of each flow, so a failure a retry has since fixed does not linger. Only present when the latest attempts reported any.