GET
/
test_framework
/
v1
/
aiagents
/
{id}
/
cURL
curl --request GET \
  --url https://api.cekura.ai/test_framework/v1/aiagents/{id}/ \
  --header 'X-CEKURA-API-KEY: <api-key>'
{
  "detail": "<string>"
}

Authorizations

X-CEKURA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

Path Parameters

id
integer
required

A unique integer value identifying this ai agent.

Response

404 - application/json
detail
string