GET
/
test_framework
/
v1
/
test-profiles-external
/
cURL
curl --request GET \
  --url https://api.cekura.ai/test_framework/v1/test-profiles-external/ \
  --header 'X-CEKURA-API-KEY: <api-key>'
[
  {
    "id": 123,
    "agent": 123,
    "name": "<string>",
    "information": {}
  }
]

Authorizations

X-CEKURA-API-KEY
string
header
required

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

Query Parameters

agent_id
integer
required

ID of the agent

Response

200 - application/json

The response is of type object[].