cURL
curl --request GET \ --url https://api.dualship.run/api/v1/logs/executions/{request_id}/runtime \ --header 'Authorization: Bearer <token>' \ --header 'X-Workspace-Id: <x-workspace-id>'
{ "limit": 123, "logs": [ { "created_at": "<string>", "data": {}, "flow_id": "<string>", "flow_slug": "<string>", "id": "<string>", "level": "<string>", "message": "<string>", "node_id": "<string>", "node_type": "<string>", "request_id": "<string>", "stack_trace": "<string>" } ], "offset": 123, "total": 123 }
Get all runtime logs for a specific request ID
JWT Bearer token authentication
Workspace ID
Request ID
Project ID (uses default if not specified)
Limit results (max 1000)
Offset for pagination
Runtime logs for the request
Show child attributes
Was this page helpful?