Returns the full details of a pipeline execution, including its current status, trigger, timings, and result message. If you only need to poll for status changes, consider using the lightweight getExecutionStatusOnly endpoint instead.
Documentation Index
Fetch the complete documentation index at: https://docs.maia.ai/llms.txt
Use this file to discover all available pages before exploring further.
a valid bearer token
Pipeline execution details have been retrieved
The name of the environment the pipeline was executed in
"Dev"
The time the pipeline execution finished
The message returned by the pipeline execution
"\"Rewrite Table\": Success"
The ID of the pipeline execution
"fd05a6c4-b3e1-4441-86a2-044d5092731d"
The name of the pipeline executed
"My Pipeline"
The type of pipeline executed
"ORCHESTRATION"
The id of the project the pipeline was executed in
"4a8a6162-702b-4efc-b2ec-c986e0bc95e4"
The id of the schedule that triggered the pipeline execution if trigger is SCHEDULE
"9e2a6b04-ddd7-4bb4-b7dc-56e3b6f3ed43"
The time the pipeline execution started
Status of executed pipeline
"RUNNING"
The trigger of the pipeline execution
DESIGNER, API, SCHEDULE, SCHEDULE_RUN_NOW, UNKNOWN "SCHEDULE"
The user that triggered the pipeline execution. Present when trigger is DESIGNER or SCHEDULE_RUN_NOW
"A User"