List Project Task Shares

List all task shares across a project. Returns a paginated list of all task shares for tasks within the project. Shares for soft-deleted tasks are excluded. **Filtering options:** - `active`: Filter by active status (true/false/omit for all) - `task_id`: Filter to shares for a specific task - `task_name`: Filter by task name (case-insensitive partial match) **Use cases:** - Audit all public shares in a project - Find active shares for a specific task - Review all shares created by the team

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.

Query parameters

activebooleanOptional
Filter by active status
task_idstringOptionalformat: "uuid"
Filter by specific task ID
task_namestringOptional

Filter by task name (partial, case-insensitive)

cursorstringOptionalformat: "uuid"

A cursor for pagination. Use the next_cursor value from the previous response to get the next page of results.

page_limitintegerOptional1-100Defaults to 100

The maximum number of items to return per page. Defaults to 100 if not specified.

Response

Paginated list of task shares
resultslist of objects
The list of items returned for the current page.
paginationobject or null
Contains pagination information for the result set.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error