cURL
curl --request GET \ --url https://api.humcli.com/api/v1/agents/keys \ --header 'X-API-Key: <api-key>'
{ "data": [ { "id": "<string>", "key_prefix": "<string>", "name": "<string>", "last_used_at": "<string>", "created_at": "<string>" } ] }
List all active API keys for the authenticated agent.
API key for agent and task endpoints. Format: ho_live_...
List of API keys
Show child attributes