share

Get Shared Project Chats

Get chat history for a shared project (read-only).

The anonymous share wire keeps only user and assistant prose, user attribution, and message timestamps. It removes thinking, instructions, retry and tool parts, run and provider fields, and private metadata. Assistant prose is not scanned for incidental parcel mentions because parsing free-form model text is unreliable and outside this restriction's scope.

Args: share: Validated ProjectShare from token share_service: ProjectShareService for fetching chat data

Returns: Prose-only chat history, or None if no chat exists

get/api/v1/share/{share_token}/chats

Path parameters

share_tokenstring required

Response

Successful Response

usersobject

Map of user_id to display info for message attribution.

Changes

Changed in 3 of the 30 revisions of this API.23

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

  • b455048a022d21See the full diff
    • ▲

      added to the ////// response property oneOf list for the response status

      response-property-one-of-added

    • ▲

      added to the ////// response property oneOf list for the response status

      response-property-one-of-added

    • ○

      added the optional property ////// to the response with the status

      response-optional-property-added

    • ○

      added the optional property // to the response with the status

      response-optional-property-added