cURL
curl --request GET \ --url https://api.dualship.run/api/v1/logs/executions/{request_id} \ --header 'Authorization: Bearer <token>' \ --header 'X-Workspace-Id: <x-workspace-id>'
{ "country": "<string>", "created_at": "<string>", "error_message": "<string>", "flow_id": "<string>", "flow_slug": "<string>", "flow_version": 123, "id": "<string>", "ip_address": "<string>", "latency_ms": 123, "method": "<string>", "path": "<string>", "request_body": "<string>", "request_headers": {}, "request_id": "<string>", "request_query": {}, "response_body": "<string>", "response_headers": {}, "response_status": 123, "success": true, "user_agent": "<string>" }
Get detailed execution log by request ID
JWT Bearer token authentication
Workspace ID
Request ID
Project ID (uses default if not specified)
Execution log details
Show child attributes
Was this page helpful?