Get details and logs by action_execution_id
- GET
- /workspaces
- /:workspace
- /projects
- /:project_name
- /pipelines
- /:pipeline_id
- /executions
- /:execution_id
- /action_executions
- /:action_execution_id
Returns details and logs for a specific action in the defined pipeline execution.
Hint
status
in last_execution_status can be either SUCCESSFUL
, FAILED
, INPROGRESS
, ENQUEUED
, SKIPPED
, TERMINATED
, NOT_EXECUTED
, or INITIAL
Example:
CURLcurl -X GET "https://api.buddy.works/workspaces/:workspace/projects/:project_name/pipelines/:pipeline_id/executions/:execution_id/action_executions/:action_execution_id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json"
EXAMPLE RESPONSE{ "url": "https://api.buddy.works/workspaces/buddy/projects/company-website/pipelines/2/executions/1/action_executions/6836dca490f5896b4bb8e6a7", "html_url": "https://app.buddy.works/buddy/company-website/pipelines/pipeline/2/execution/56fa374a99f1e10c105fb382/?actionExecutionId=6836dca490f5896b4bb8e6a7", "start_date": "2025-05-28T09:51:38.709Z", "finish_date": "2025-05-28T09:51:38.756Z", "status": "SUCCESSFUL", "progress": 100, "action": { "url": "https://api.buddy.works/workspaces/buddy/projects/company-website/pipelines/922/actions/1", "html_url": "https://app.buddy.works/buddy/company-website/pipelines/pipeline/2/action/1/edit", "id": 1, "name": "Pass arguments", "type": "WAIT_FOR_VARIABLES", "trigger_time": "ON_EVERY_EXECUTION", "last_execution_status": "SUCCESSFUL", "disabled": false, "ignore_errors": false, "run_next": "WAIT_ON_SUCCESS", "variables": [ { "id": 1562, "key": "var", "type": "VAR", "description": "", "defaults": "123" } ] }, "log": [ "Done" ], "approver_id": 1, "approval_date": "2025-05-28T09:51:38.743Z", "passed_variables": [ { "key": "var", "value": "123" } ], "outputted_variables": [ { "key": "BUDDY_APPROVING_ACTOR", "value": "Mike" } ] }
STATUS200 OK
LIMITSX-Rate-Limit-Limit: 1 X-Rate-Limit-Remaining: 999