List email inbox threads
GET /v1/email/threads
GET
/v1/email/threads
Cursor-paginated email threads. Read-only. Requires scope email:read.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” after
integer
limit
integer
status
string
contactId
integer
unreadOnly
boolean
q
string
Responses
Section titled “ Responses ”Paginated thread list.
object
items
Array<object>
object
id
integer
subject
string
preview
string
status
string
unreadCount
integer
isStarred
boolean
contactId
integer
assignedToUserId
integer
aiLeadScore
integer
lastMessageAt
string format: date-time
nextCursor
integer
hasMore
boolean
Missing or invalid bearer token.
Standard error envelope for all v1 error responses.
object
error
Machine-readable error code.
string
message
Human-readable explanation of the error.
string
details
Optional structured context (field-level validation errors, etc.).
Example
{ "error": "unauthorized", "message": "Invalid bearer principal"}The API key does not have the required scope for this operation.
Standard error envelope for all v1 error responses.
object
error
Machine-readable error code.
string
message
Human-readable explanation of the error.
string
details
Optional structured context (field-level validation errors, etc.).
Example
{ "error": "forbidden", "message": "scope contacts:write is required"}