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
API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.
OR
AuthorizationBearer
API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.
Path parameters
org_id
The unique identifier of the organization.
project_id
The unique identifier of the project.
Query parameters
active
Filter by active status
task_id
Filter by specific task ID
task_name
Filter by task name (partial, case-insensitive)
cursor
A cursor for pagination. Use the next_cursor value from the previous response to get the next page of results.
page_limit
The maximum number of items to return per page. Defaults to 100 if not specified.
Response
Paginated list of task shares
results
The list of items returned for the current page.
pagination
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