cURL
curl --request GET \ --url https://api.lucidtech.ai/{basePath}/validations/{validationId}/tasks \ --header 'Authorization: Bearer <token>'
{ "nextToken": "<string>", "tasks": [ { "updatedTime": "<string>", "metadata": {}, "validationId": "<string>", "updatedBy": "<string>", "description": "<string>", "input": {}, "createdBy": "<string>", "name": "<string>", "createdTime": "<string>", "taskId": "<string>", "warnings": [ "<string>" ], "history": [ {} ], "agentRunId": "<string>", "enabled": true, "output": {}, "logId": "<string>", "id": "<string>", "errors": [ "<string>" ], "status": "ready" } ], "status": [ "ready" ] }
List Validation Tasks
The access token received from the authorization server in the OAuth 2.0 flow.
200 response
4096
Show child attributes
ready
in-progress
succeeded
failed
cancelled