Returns all messages in a conversation between the authenticated user and another user in the community. Messages are returned in chronological order (oldest first).Documentation Index
Fetch the complete documentation index at: https://api.docs.onlydrams.app/llms.txt
Use this file to discover all available pages before exploring further.
URL Parameters
The unique identifier of the community
The unique identifier of the other user in the conversation
Query Parameters
Page number for pagination (default: 1)
Number of results per page (default: 20)
Returns
Returns a paginated list of message objects in chronological order.Error Responses
Returned when:
- The user is not a member of the community
- The conversation partner is not a member of the community
- The conversation is blocked
ERROR
Notes
- Authorization: User must be an active member of the community or the community creator
- Partner Validation: Both users must be members of the community (or one must be the creator)
- Blocked Conversations: If the conversation is blocked, a 403 error is returned
- Empty Conversations: If no conversation exists, an empty array is returned
- Ordering: Messages are returned in chronological order (oldest first)
- Pagination: Standard pagination with 20 items per page by default

