List support chats
AI
List support chats
Mirrors GraphQL listSupportChats (same filter shape as agent histories).
GET
List support chats
Authorizations
Headers
HMAC-SHA256 signature: HMAC-SHA256(secretKey, timestamp + METHOD + path + body). Optional -- when omitted, HMAC verification is skipped.
Request timestamp in epoch milliseconds. Required when x-signature is provided. Rejected if drift exceeds 5 minutes.
Query Parameters
Comma-separated AiConversationType values (e.g. AGENT,VIBE_TRADE)
Example:
"AGENT,VIBE_TRADE"
Maximum string length:
200Comma-separated ChatHistoryTimePeriod values (e.g. TODAY,THIS_WEEK)
Example:
"THIS_WEEK"
Required range:
1 <= x <= 100Required range:
x >= 0Available options:
ASC, DESC