Skip to content
Lobby
Esc
navigateopen⌘Jpreview

Get A Task

Read one task's description, state, owner, and revision.

CLI + MCP get_task

Parameters

Name Type Description
id UUID Task returned by List Tasks or Save A Task.
conversation UUID Authorized scope outside Lobby.

Comments are separate; use List Comments. The returned revision is required for safe updates.

Request

lobby tasks get --id TASK_ID --conversation CONVERSATION_ID

Response

{"task":{"id":"TASK_ID","title":"Document Cloud Agents","state":"in_progress","revision":3}}