GET
/api/agents/peoplebearer tokenList the people who talked to your agent
The CRM side of an agent. This is what makes a chat worth having: the agent asks, the answers land here, and you can pull them into whatever you already use.
Try it
curl "https://storkie.ai/api/agents/people?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 |
|---|---|---|
peoplerequired | array | Per person: identity, last message, captured fields, detected vibe. |
Worth knowing
- This returns personal data about your visitors. Treat it as such β it is subject to the same obligations as anything else you collect.
Rate limit
By account
Errors
401β Missing or invalid token.404β Not yours, or no such agent.