GET
/
agents
/
{agentId}
/
runs
cURL
curl --request GET \
  --url https://api.lucidtech.ai/{basePath}/agents/{agentId}/runs \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

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

Path Parameters

agentId
string
required

Query Parameters

history
string
createdTimeAfter
string
nextToken
string
sort
string
updatedTimeAfter
string
createdTimeBefore
string
status
string
maxResults
string
updatedTimeBefore
string

Response

200
application/json

200 response

The response is of type any.