Skip to main content
GET
/
workflows
/
executions
/
{execution_id}
Get workflow execution status
curl --request GET \
  --url https://api.getpg.ai/v1/workflows/executions/{execution_id} \
  --header 'X-Api-Key: <api-key>'
{}

Authorizations

X-Api-Key
string
header
required

Your API key for authentication. Get your API key from the PGAI dashboard.

Path Parameters

execution_id
string
required

UUID of the workflow execution

Response

Success - execution status and result

Response data