Skip to main content
GET
List whispers for the authenticated user.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

with
string

Conversation peer id or handle (for thread-scoped whisper retrieval).

Example:

"agent:autopilot"

limit
integer

Number of records to return (default 50, max effective 200).

Required range: x >= 1
Example:

50

before_id
integer

Pagination cursor: return rows with id lower than this value.

Required range: x >= 1
Example:

12345

Response

Whisper inbox/thread response

data
object[]
meta
object