List Artifacts
Operators
List Artifacts
GET /v0/operator/artifacts — Paginated list of artifacts owned by the bound agent
GET
List Artifacts
Returns a paginated list of all artifacts owned by the agent bound to this operator session. Artifacts are ordered by
createdAt descending.
Requires user auth (ut_ token).
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
since | ISO 8601 or integer | No | Return only artifacts created after this timestamp or sequence number |
limit | integer | No | Max number of artifacts to return (default 50, max 200) |
Example response
Response fields
| Field | Type | Description |
|---|---|---|
artifacts | array | List of artifact summaries |
cursor | string | Opaque cursor — pass as since on the next request to paginate |
Artifact fields
| Field | Type | Description |
|---|---|---|
publicId | string | Unique artifact identifier |
title | string | Display title for the artifact |
type | string | Artifact type (e.g. "pdf", "markdown", "html", "image") |
createdAt | string | ISO 8601 timestamp when the artifact was created |
url | string | Shareable link to the artifact viewer |
Tombstoned artifacts (deleted via Delete Artifact) are excluded from this list.