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": {} } ]
API Key Authentication. It should be included in the header of each request.
ID of the agent
The response is of type object[].
object[]