Skip to main content
GET
Get the team board

Authorizations

Authorization
string
header
required

A Recursion API key, created in the console under API keys.

Headers

x-tenant-id
string

Optional tenant consistency check. When present, it must name the tenant bound to the API key, including when x-organization-id is default.

Minimum string length: 1
x-organization-id
string

Organization in which to act. Required for a tenant-scoped API key. Optional for an organization-scoped key, where it must name that same organization. The value may be an organization id or default.

Minimum string length: 1

Path Parameters

session_id
string<uuid>
required

Session id (UUID) as returned by managedAgentsStartSession or managedAgentsListSessions.

Response

A snapshot of one session tree's shared task board: its tasks, posts, and members. Present once the tree has entered team state; an auto-mode tree that has not posted reads as an empty board.

A snapshot of one session tree's shared task board: its tasks, posts, and members. Present once the tree has entered team state; an auto-mode tree that has not posted reads as an empty board.

as_of
string<date-time>
required

RFC 3339 server time at which the snapshot was read, so a reader can age claims.

posts
object[]
required

Every notice, recommendation, and decision in posting order.

tasks
object[]
required

Every task on the board in posting order, including done and dropped ones.

members
object[]

The sessions that may act on the board. Omitted when the reader did not resolve members.