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/agents/{agentId}/deployments \ --header 'X-API-Key: <api-key>'
{ "deployments": [ { "id": "<string>", "agentVersionId": "<string>", "agentId": "<string>", "deployedAt": "<string>", "createdAt": "<string>" } ], "pagination": { "limit": 10, "nextCursor": "<string>" } }
List all deployments for an agent
List of agent deployments
Show child attributes