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
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.
task_id
The specific Task to reference.
Response
List of task shares
id
task_id
task_revision_id
user_id
task_name
Name of the associated task
short_id
views_count
active
created
modified
title
description
expires_at
task_run_id
Optional TaskRun ID included as an example of the task's performance.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error