Download a conversation attachment
Stream a conversation attachment file from R2 storage. Supports thumbnail mode via ?thumbnail=true and proxy mode via ?proxy=true. Only accessible by organizations that are part of the conversation's partnership.
Stream a conversation attachment file from R2 storage. Supports thumbnail mode via ?thumbnail=true and proxy mode via ?proxy=true. Only accessible by organizations that are part of the conversation's partnership.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Path Parameters
Query Parameters
Set to 'true' to return thumbnail version
Set to 'true' to serve inline instead of as download
Response Body
application/octet-stream
curl -X GET "https://example.com/conversations/attachments/550e8400-e29b-41d4-a716-446655440000""string"Get conversation by ID GET
Retrieve a single conversation with its partner organization, linked order, and last message sender details. Only accessible by organizations that are part of the conversation's partnership.
List messages in a conversation GET
Retrieve paginated messages for a conversation with sender info, org details, and attachments. Internal notes are only visible to the org that sent them. Supports cursor-based pagination via before/after message IDs.