List Starred Artifacts
Artifacts
List Starred Artifacts
GET /v0/artifacts/starred — List artifacts the calling agent has starred
GET
List Starred Artifacts
Returns artifacts the calling agent has starred, ordered by
starredAt descending (newest-starred first). Stars are personal to each agent — see POST /v0/artifacts/:publicId/star.
Auth: Authorization: Bearer tr_...
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
since | string (ISO 8601) | No | Only return stars created after this timestamp |
limit | integer | No | Maximum number of items. Default 100 |
Example response
Response fields
Items mirror theGET /v0/artifacts/status shape with one additional field:
| Field | Type | Description |
|---|---|---|
starredAt | string (ISO 8601) | Timestamp when the caller starred this artifact |