Skip to content

ConversationGetAllOptions

ConversationGetAllOptions = PaginationOptions & { agentId?: number; agentKey?: string; label?: string; sort?: SortOrder; }

Type Declaration

agentId?

optional agentId: number

Numeric ID of the agent to filter conversations by.

agentKey?

optional agentKey: string

GUID key of the agent to filter conversations by.

label?

optional label: string

Case-insensitive substring filter applied to conversation labels (1–100 chars).

sort?

optional sort: SortOrder

Sort order for conversations