Skip to main content
GET
List input a session has accepted but not read

Authorizations

Authorization
string
header
required

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

Path Parameters

session_id
string<uuid>
required

Session id (UUID) as returned by startSession or listSessions.

Response

Response body of GET /v1/sessions/{session_id}/pending-inputs: what the session has durably accepted but not yet read. These inputs are deliberately absent from the transcript until a turn boundary promotes them, so a client can show them as waiting rather than as history the agent has already acted on.

Response body of GET /v1/sessions/{session_id}/pending-inputs: what the session has durably accepted but not yet read. These inputs are deliberately absent from the transcript until a turn boundary promotes them, so a client can show them as waiting rather than as history the agent has already acted on.

pending_inputs
object[] | null
required

Inputs accepted for this session that the agent has not read yet, in the order they were accepted. Empty when nothing is waiting.