Inbox
Workspace inbox thread, message, and agent endpoints served through Effect HttpApi.
Available Methods
Each method has its own page with request and response details, examples, and generated code snippets.
- GET/api/inbox/conversations
List inbox conversations
- GET/api/inbox/conversations/{conversationId}
Get inbox conversation
- GET/api/inbox/threads
List inbox threads
- POST/api/inbox/threads
Create inbox thread
- GET/api/inbox/threads/{threadId}
Get inbox thread
- POST/api/inbox/threads/{threadId}/agent
Run inbox agent
- POST/api/inbox/threads/{threadId}/messages
Create inbox message