Skip to main content
GET
/
agents
/
{agentId}
/
runs
/
{runId}
cURL
curl --request GET \
  --url https://api.lucidtech.ai/{basePath}/agents/{agentId}/runs/{runId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

agentId
string
required
runId
string
required

Response

200 response