API Reference / Read the thread
Read the thread
GET/api/v1/agent/thread
This token's conversation with the agent, newest first.
curl -H "Authorization: Bearer $REVNU_API_TOKEN" "https://revnu.com/api/v1/agent/thread?limit=50"Response
{ "items": [{ role, requestId, text, at }, …] } with role of user or agent. Each token is its own thread; dashboard and Slack conversations are not included.
Agents: this page is also markdown at /docs/agent-thread.md, answers Accept: text/markdown, and is listed in /docs/llms.txt.
Frequently Asked Questions
`agent:message`. A token without it gets `403` with `requiredScope` in the body. `GET /me` shows a token's scopes.