HTTP status: 404Documentation Index
Fetch the complete documentation index at: https://docs.narrative.io/llms.txt
Use this file to discover all available pages before exploring further.
Error message
When this error occurs
GET /agents/conversations/{id}, GET /agents/conversations/{id}/messages, or
POST /agents/conversations/{id}/runs was called with an {id} that either:
- does not exist in the system, or
- belongs to a different company than the bearer token’s
company_id.
How to fix
- Confirm the conversation id is correct (no typos, no truncation).
- Confirm the token you’re using belongs to the company that owns the conversation —
GET /whoamireturns yourcompany_id. - If you recently created the conversation, confirm the
POST /agents/conversationsresponse returned the sameidyou’re now passing.

