Skip to main content
POST
Resolve Agent Session Input Request

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

id
string<uuid>
required

Body

application/json
response
object
required

Response

200 - application/json

An input request from an agent session

An input request from an agent session

id
string<uuid>

Unique identifier

session_id
string<uuid>

Parent session ID

agent_id
string<uuid>

Parent agent ID

workspace_id
string<uuid>

Workspace ID

key
string

Stable identifier for the agent

Maximum string length: 255
title
string

Short title displayed in the list

Maximum string length: 255
message
string

Human-readable explanation shown in UI

schema
object

JSON Schema describing expected input

response
object | null

User-provided response

status
enum<string>

Request status

Available options:
pending,
resolved
created_at
string<date-time>

Creation timestamp

resolved_at
string<date-time> | null

Resolution timestamp