cURL
curl --request GET \ --url https://api.lucidtech.ai/{basePath}/logs/{logId} \ --header 'Authorization: Bearer <token>'
{ "resourceId": "<string>", "logId": "<string>", "workflowExecutionId": "<string>", "startTime": "<string>", "workflowId": "<string>", "events": [ {} ] }
Get Log
The access token received from the authorization server in the OAuth 2.0 flow.
200 response