List artifacts
artifacts_listList a project's artifacts newest-first (renders, exports, previews, audio), optionally filtered by revision or kind. Every entry carries the revision that produced it, so a lost artifact id is recoverable without walking jobs_list. Download URLs come from artifact_get.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Filter by kind, e.g. "render_png", "export_glb", "glb_preview" | |
| limit | No | Maximum artifacts to return in this page. | |
| cursor | No | Page token from a previous call's nextCursor (a row offset) | |
| projectId | Yes | Stable project ID returned by project_create or projects_list. | |
| revisionId | No | Only artifacts produced from this revision |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| projectId | Yes | Stable project ID returned by project_create or projects_list. | |
| nextCursor | Yes |