Skip to main content
GET
/
api
/
v1
/
testing-lab
/
mock-tools
List Cekura mock tools for an agent
curl --request GET \
  --url https://prod.featherhq.com/api/v1/testing-lab/mock-tools \
  --header 'X-API-Key: <api-key>'
{
  "results": [
    {
      "name": "<string>",
      "id": 123,
      "description": "<string>",
      "information": [
        {
          "input": {},
          "output": {}
        }
      ],
      "freetext_params": [
        "<string>"
      ],
      "mock_url": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Query Parameters

agentId
string
required

Response

Mock tools retrieved successfully

results
object[]
required