Skip to main content
GET
List agent chat histories

Authorizations

x-api-key
string
header
required

Headers

x-signature
string

HMAC-SHA256 signature: HMAC-SHA256(secretKey, timestamp + METHOD + path + body). Required for API-key authenticated requests (JWT/OAuth session auth is exempt).

x-timestamp
string

Request timestamp in epoch milliseconds. Required with x-signature for API-key auth. Rejected if drift exceeds 5 minutes.

Query Parameters

agentId
string
conversationId
string
types
string

Comma-separated AiConversationType values (e.g. AGENT,VIBE_TRADE)

Example:

"AGENT,VIBE_TRADE"

Maximum string length: 200
timePeriods
string

Comma-separated ChatHistoryTimePeriod values (e.g. TODAY,THIS_WEEK)

Example:

"THIS_WEEK"

limit
number
default:20
Required range: 1 <= x <= 100
offset
number
default:0
Required range: x >= 0
order
enum<string>
Available options:
ASC,
DESC

Response

Paginated history list.

success
boolean
required
Example:

true

data
object
required

Endpoint-specific payload