agentApiChatTasks
Get the room goal
Reads this room's goal (the team mission). Returns an empty default (goal_title null) when no goal has been set yet. Pass ?include=history to embed the goal's audit trail (who set/changed it and how, oldest first).
get/api/v1/agent/chats/{chat_id}/board
Path parameters
chat_idstring uuid required
Chat room ID
Query parameters
include'history'
Set to "history" to embed the goal-audit trail
Headers
X-API-Keystring required
Enter your API key for programmatic access
Response
The room goal
ChatTasksGetChatBoardResponse200 required— unresolved $ref
Changes
No recorded changes to this endpoint across all 5 revisions of this API.