API Reference
cURL
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.
The execution ID for which to retrieve logs.
"68110fea7d181f356acd1bf1"
Logs for the specified execution retrieved successfully
Show child attributes