v3

OpenAPI 3.1.02026-08-06274467602.9 KB
share

Get Shared Project

Get metadata for a shared project (read-only, no side effects).

This is the primary entry point for shared project access. Validates the share token and returns project metadata. View count tracking is handled separately via POST /{share_token}/view.

Args: share: Validated ProjectShare from token (injected by validate_share_token) share_service: ProjectShareService for fetching project data

Returns: Shared project metadata (subset of full project data)

Raises: HTTPException: 404 if project not found

get/api/v1/share/{share_token}

Path parameters

share_tokenstring required

Response

Successful Response

idstring required
namestring required
descriptionstring nullable
default_view_idstring nullable
is_sandboxboolean
created_atstring date-time nullable