Skip to main content
POST
List pending messages (Approval Queue)

Body

application/json

Request to list messages awaiting human input. The tenant is derived from the caller's JWT — there is no tenant_id field in the request body.

session_id
string

Optional filter — only show pending messages for this session.

limit
integer
default:50

Maximum number of results.

offset
integer
default:0

Pagination offset.

Response

List of pending messages.

List of messages in input-required state.

messages
object[]
required
total
integer
required

Total number of pending messages (for pagination).