Skip to main content
GET
/
v1
/
projects
/
{projectId}
/
pipeline-executions
/
{pipelineExecutionId}
/
status
Pipeline Execution Status
curl --request GET \
  --url https://eu1.api.matillion.com/dpc/v1/projects/{projectId}/pipeline-executions/{pipelineExecutionId}/status \
  --header 'Authorization: Bearer <token>'
{
  "status": "RUNNING"
}

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.

Authorizations

Authorization
string
header
required

a valid bearer token

Path Parameters

projectId
string
required
pipelineExecutionId
string<uuid>
required

Response

Pipeline execution status has been retrieved

status
enum<string>

The current status of the pipeline execution

Available options:
RUNNING,
SUCCESS,
FAILED,
CANCELLING,
CANCELLED,
FORBIDDEN,
SKIPPED,
UNKNOWN