List Task Shares

List all share links for a task. **Note**: This endpoint returns a plain array of task shares, not a paginated response. All shares for the task are returned in a single request. Returns all active and inactive shares created for the specified task, ordered by creation date (most recent first). Each share includes: - Share URL and short ID - Title and description - View count and active status - Expiration date (if set) - Creation and modification timestamps Use this endpoint to manage existing shares, check analytics, or deactivate old shares.

Authentication

AuthorizationBearer

Bearer token authentication using JWT tokens from Ory Kratos/Hydra

Path parameters

org_idstringRequiredformat: "uuid"
The unique identifier of the organization.
project_idstringRequiredformat: "uuid"
The unique identifier of the project.
task_idstringRequiredformat: "uuid"
The specific Task to reference.

Response

List of task shares
idstringformat: "uuid"
task_idstringformat: "uuid"
task_revision_idstringformat: "uuid"
user_idstringformat: "uuid"
short_idstring
share_urlstring
views_countinteger
activeboolean
createdstring
modifiedstring
titlestring or null
descriptionstring or null
expires_atstring or null
task_run_idstring or nullformat: "uuid"
Optional TaskRun ID included as an example of the task's performance.

Errors