Aident logoAident logo centerAident Loadout
Use CasesPricingDocs
ENStart Now
AppsCanvas ToolsCanvas List Conversations
Canvas Tools

Canvas List Conversations

Tool to retrieve the paginated list of conversations for the current user, most recent ones first. Use when you need to fetch user conversations with optional filtering by scope (unread, starred, archived, sent) and context (courses, groups, users).

Write actionRisk level 2 of 5API key connection
Use Canvas List Conversations

Pricing and limits

Aident logo

Product

Aident LoadoutAident Playbook EditorOpen-CUAK

About

AppsSkillsUse CasesDocsBlogPricingDownloadsPrivacy PolicyTerms of Service

Alternatives

vs Composiovs Zapier
llms.txtGet an AI summary of Aident LoadoutSummarize with ChatGPTSummarize with ClaudeSummarize with GeminiSummarize with Perplexity

© Aident Labs, 2024-2026

Pricing
Free
Unified payment
Not currently supported

Inputs

  • pageinteger
    Page number to fetch (1-indexed). Use to get results beyond the first page. If omitted, returns the first page.
  • scopestring
    Scope filter for conversations.
  • filterarray
    When set, only return conversations for the specified courses, groups or users. The id should be prefixed with its type, e.g. 'user_123', 'course_456', 'group_789'.
  • includearray
    Optional list of additional data to include. 'participant_avatars': Optionally include an 'avatar_url' key for each user participating in the conversation. 'uuid': Optionally include an 'uuid' key for each user participating in the conversation.
  • per_pageinteger
    The number of conversations to return per page.
  • filter_modestring
    When filter[] contains multiple filters, combine them with this mode, filtering conversations that at have at least all of the contexts ('and') or at least one of the contexts ('or'). Defaults to 'or'.
  • interleave_submissionsboolean
    (Obsolete) Submissions are no longer linked to conversations. This parameter is ignored.
  • include_all_conversation_idsboolean
    Default is false. If true, the top-level element of the response will be an object rather than an array, and will have the keys 'conversations' which will contain the paged conversation data, and 'conversation_ids' which will contain the ids of all conversations under this scope…

Observable output

  • data
    Required
    Data from the action execution
  • errorstring
    Error if any occurred during the execution of the action
  • successfulboolean
    Required
    Whether or not the action execution was successful or not

Skills that use this Action

Related use cases

No verified related use cases are linked yet.

Official source

Provider source

Skills that use this Action

No published Skills explicitly reference this Action yet.