Skip to main content
GET
/
logs
cURL
curl --request GET \
  --url https://api.lucidtech.ai/{basePath}/logs \
  --header 'Authorization: Bearer <token>'
{
  "nextToken": "<string>",
  "logs": [
    {
      "resourceId": "<string>",
      "logId": "<string>",
      "workflowExecutionId": "<string>",
      "startTime": "<string>",
      "workflowId": "<string>",
      "events": [
        {}
      ]
    }
  ],
  "resourceId": "<string>",
  "workflowExecutionId": "<string>",
  "workflowId": "<string>",
  "order": "ascending"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

workflowId
string
nextToken
string
order
string
transitionExecutionId
string
transitionId
string
maxResults
string
workflowExecutionId
string

Response

200 response

nextToken
string | null
required
Maximum string length: 4096
logs
object[]
required
resourceId
string
workflowExecutionId
string
workflowId
string
order
enum<string>
Available options:
ascending,
descending