Skip to content
Lobby
Esc
navigateopen⌘Jpreview

List Tasks

Find tasks in the current cloud-agent project.

CLI + MCP list_tasks

Parameters

Name Type Description
query string Case-insensitive title or description text.
state enum todo, in_progress, in_review, or done.
parentId UUID Direct subtasks of one task.
limit integer Page size from 1 to 20; default 5.
cursor string Opaque cursor from the previous page.

An empty filtered page can still have a cursor; follow it until null.

Request

lobby tasks list --conversation CONVERSATION_ID --query docs --limit 5

Response

{"tasks":[{"id":"TASK_ID","title":"Document Cloud Agents","state":"in_progress","revision":3}],"nextCursor":null}