Docs

List Conversations

Retrieves conversations from your Missive workspace.

GET

Query

Arguments
number

Number of conversations returned. Default 25, max 50.

number

Unix timestamp used to paginate with the oldest conversation last_activity_at value from the previous page.

boolean

Pass true to list conversations in the Inbox mailbox.

boolean

Pass true to list conversations in the All mailbox.

boolean

Pass true to list conversations assigned to the token owner.

boolean

Pass true to list conversations in Closed.

boolean

Pass true to list conversations in Snoozed.

boolean

Pass true to list conversations in Starred.

boolean

Pass true to list conversations in Trash.

boolean

Pass true to list conversations in Spam.

boolean

Pass true to list conversations in Drafts.

string

Shared label ID to filter conversations in that shared label.

string

Team ID to list conversations in the team's Inbox mailbox.

string

Team ID to list conversations in the team's Closed mailbox.

string

Team ID to list conversations in the team's All mailbox.

string

Organization ID to restrict conversations shared with the organization.

string

Specific contact email address filter. Mutually exclusive with Domain and Contact Organization.

string

Specific contact email domain filter. Mutually exclusive with Email and Contact Organization.

string

Contact organization or group UUID filter. Mutually exclusive with Email and Domain.

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.