Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://prod.featherhq.com/api/v1/testing-lab/test-profiles \ --header 'X-API-Key: <api-key>'
{ "results": [ { "id": 123, "agent": 123, "project": 123, "agent_name": "<string>", "name": "<string>", "information": {}, "created_by": 123, "last_updated_by": 123, "created_at": "<string>", "updated_at": "<string>" } ], "count": 123, "next": "<string>", "previous": "<string>" }
Test profiles retrieved successfully
Show child attributes