Skip to content
Lobby
Esc
navigateopen⌘Jpreview

List Conversations

List cloud-agent conversations visible to the signed-in account and GitHub identity.

CLI lobby conversations list

Use this first to discover the conversation IDs required by scoped operations.

Response Fields

Field Type Description
id UUID Conversation identifier.
title string Task-derived display title.
visibility string shared or private.
repositoryId integer Connected GitHub repository.
state string starting, running, completed, or failed.

Account membership, visibility, and repository access are enforced. An ID selects scope; it does not grant access.

Request

lobby conversations list

Response

{"conversations":[{"id":"00000000-0000-4000-8000-000000000001","title":"Document the API","visibility":"shared","repositoryId":123456789,"state":"completed","createdAt":"2026-09-14T08:00:00.000Z"}]}