cURL
curl --request GET \ --url https://api.veryfront.com/workflow-runs/{run_id} \ --header 'Authorization: Bearer <token>'
{ "run": { "run_id": "<string>", "kind": "workflow", "status": "pending", "owner": { "kind": "project", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }, "parent_run_id": "<string>", "root_run_id": "<string>", "waiting_reason": "tool", "created_at": "<string>", "started_at": "<string>", "completed_at": "<string>", "metadata": null }, "workflow_id": "<string>", "target": "<string>", "start_mode": "<string>", "runtime_target_kind": "production", "runtime_target_environment_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "runtime_target_branch_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "input": {}, "job": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "submitted", "environment_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "branch_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "started_at": "<string>", "completed_at": "<string>", "failed_reason": "<string>", "result_data": null } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Workflow run detail
Show child attributes
production
environment
preview_branch