GET
/api/agents/connectorsbearer tokenRead connector usage
Which integrations your agent actually used and what they cost, so a surprising bill has an itemised answer.
Try it
curl "https://storkie.ai/api/agents/connectors?id=YOUR_AGENT_ID" -H "Authorization: Bearer YOUR_TOKEN"No Run button: this needs your bearer token, and a docs page that asks for one is teaching people to paste credentials into web forms.
Query parameters
| Name | Type | Description |
|---|---|---|
idrequired | string | The agent ID. |
Response
| Name | Type | Description |
|---|---|---|
connectorsrequired | array | Per connector: requests, credits, last used. |
Rate limit
By account
Errors
401β Missing or invalid token.404β Not yours, or no such agent.