Skip to main content
POST
List Email Send Queue

Authorizations

X-API-Key
string
header
required

Body

application/json
view
enum<string> | null

Queue view. One of in_queue, awaiting, done, canceled, or failed. Defaults to in_queue.

Available options:
in_queue,
awaiting,
done,
canceled,
failed,
null
userIds
(string | null)[] | null

FirstTouch team member user ids whose email sends should be included. Omit or pass an empty array for the current caller only. Admins and team owners may explicitly select valid members of the active team.

flowPlanIds
(string | null)[] | null

Flow Plan ids to include.

searchQuery
string | null

Recipient name/address or stable action/operation id search.

limit
integer | null

Maximum rows to return. Defaults to 20, max 100.

cursor
string | null

Opaque keyset cursor returned by the preceding list_email_send_queue response. Reuse the same view and filters.

Response

Tool result.