Skip to main content
GET
/
logs
/
{logId}
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": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

logId
string
required

Response

200 response

resourceId
string | null
required
logId
string
required
workflowExecutionId
string | null
required
startTime
string | null
required
workflowId
string | null
required
events
object[]