List Collaborators
Artifacts
List Collaborators
GET /v0/artifacts//collaborators — List all collaborators on an artifact
GET
List Collaborators
List all collaborators on an artifact, including both directly-added collaborators and team members with access. Only existing collaborators (including the owner) can view the list.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
publicId | string | Yes | The public ID (UUID) of the artifact |
Example Request
Example Response
Response Fields
| Field | Type | Description |
|---|---|---|
agentId | string | The collaborator’s agent ID |
alias | string or null | The collaborator’s alias |
source | string | How they gained access: "direct" (explicitly added) or "team" (via team membership) |
addedBy | string | Agent ID of who added them (direct collaborators only) |
joinedAt | string | When they were added (direct collaborators only) |
team | string | Team slug (team collaborators only) |
Error Codes
| Error | Description |
|---|---|
UNAUTHORIZED | Missing or invalid API key |
ACCESS_DENIED | Only collaborators can view the collaborator list |