cURL
curl --request GET \ --url https://api.pocketflows.com/executions/{id}/execution_step_logs \ --header 'Authorization: Basic <encoded-value>'
{ "execution_step_logs": [ { "id": "<string>", "step": "<string>", "outcome": "<string>", "reason": "<string>", "sent_email": "<string>", "sent_sms_message": "<string>", "sent_custom_step": "<string>", "created_at": "<string>" } ] }
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
The ID of the execution
A dictionary with an execution_step_logs property
execution_step_logs
An array of execution step logs
Show child attributes