# conversations - partner - QUERY Version: 2024-10 ## Description A list of the Partner organization's conversations. ### Access Scopes ## Arguments * [after](/docs/api/partner/2024-10/scalars/String): String - Returns the elements in the list that come after the specified cursor. * [before](/docs/api/partner/2024-10/scalars/String): String - Returns the elements in the list that come before the specified cursor. * [createdAtMax](/docs/api/partner/2024-10/scalars/DateTime): DateTime - Returns conversations that were created on or before the specified date and time. * [createdAtMin](/docs/api/partner/2024-10/scalars/DateTime): DateTime - Returns conversations that were created on or after the specified date and time. * [first](/docs/api/partner/2024-10/scalars/Int): Int - Returns the first _n_ elements from the list. * [last](/docs/api/partner/2024-10/scalars/Int): Int - Returns the last _n_ elements from the list. * [lastEventAtMax](/docs/api/partner/2024-10/scalars/DateTime): DateTime - Returns conversations where the last event occurred on or before the specified date and time. * [lastEventAtMin](/docs/api/partner/2024-10/scalars/DateTime): DateTime - Returns conversations where the last event occurred on or after the specified date and time. * [statuses](/docs/api/partner/2024-10/enums/ConversationStatus): ConversationStatus - Returns conversations with the specified statuses. * [unreadOnly](/docs/api/partner/2024-10/scalars/Boolean): Boolean - Only include conversations that have unread messages. ## Returns * [edges](/docs/api/partner/2024-10/objects/ConversationEdge): ConversationEdge! A list of edges. * [pageInfo](/docs/api/partner/2024-10/objects/PageInfo): PageInfo! Information about pagination in a connection. ## Examples