curl --request GET \
--url https://production.runalloy.com/logs/{id} \
--header 'Authorization: <authorization>'{
"data": {
"_id": "68110fea7d181f356acd1bf1",
"executionMode": "cli",
"executionUuid": "35SnGU0DUSNP5L26fsmnq",
"workflowId": "67ef01ed8eaeb50b18e646ea",
"userId": "67a21c7d10e1dee8d5ec3a3d",
"forgeWorkflowId": "67ef017d8eaeb50b18e635a1",
"finished": true,
"retries": [],
"actions": 3,
"metadata": {},
"runData": {},
"connections": {},
"startedAt": "2025-04-29T17:44:10.336Z",
"stoppedAt": "2025-04-29T17:44:10.393Z"
}
}Fetches the logs and execution details for a workflow by its execution ID.
curl --request GET \
--url https://production.runalloy.com/logs/{id} \
--header 'Authorization: <authorization>'{
"data": {
"_id": "68110fea7d181f356acd1bf1",
"executionMode": "cli",
"executionUuid": "35SnGU0DUSNP5L26fsmnq",
"workflowId": "67ef01ed8eaeb50b18e646ea",
"userId": "67a21c7d10e1dee8d5ec3a3d",
"forgeWorkflowId": "67ef017d8eaeb50b18e635a1",
"finished": true,
"retries": [],
"actions": 3,
"metadata": {},
"runData": {},
"connections": {},
"startedAt": "2025-04-29T17:44:10.336Z",
"stoppedAt": "2025-04-29T17:44:10.393Z"
}
}The execution ID for which to retrieve logs.
"68110fea7d181f356acd1bf1"
Logs for the specified execution retrieved successfully
Show child attributes
"68110fea7d181f356acd1bf1"
cli, error, internal, manual, retry, trigger, webhook "cli"
"35SnGU0DUSNP5L26fsmnq"
"67ef01ed8eaeb50b18e646ea"
"67a21c7d10e1dee8d5ec3a3d"
"67ef017d8eaeb50b18e635a1"
true
[]3
Show child attributes
Show child attributes
"Step Name"
"Step Subtitle"
"https://cdn.runalloy.com/icons/alloy-logo.png"
"action"
{ "key": "value" }Show child attributes
Show child attributes
"2025-04-29T17:44:10.336Z"
"2025-04-29T17:44:10.393Z"