cURL
curl --request GET \ --url https://api.example.com/api/executions/{execution_uuid}/logs
{ "logs": "<string>", "url": "<string>" }
Successful Response
Was this page helpful?