list_artifacts
List artifacts owned by your tenant, newest first, and filter by session, agent, filename, content type, creation date, or metadata keys to discover what your agents or pipelines produced.
Instructions
List artifacts owned by the calling tenant, newest first. Supports filters by session_id, agent_id, filename (exact match), content_type, created_after / created_before (ISO 8601), and one or more metadata.<key>=<value> pairs (multi-key requires Pro). Returns a page of artifact records and a next_cursor to fetch the next page. Use this to discover what an agent or pipeline produced when you only know a session or agent ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | No | ||
| agent_id | No | ||
| filename | No | ||
| content_type | No | ||
| created_after | No | ||
| created_before | No | ||
| metadata | No | ||
| limit | No | ||
| cursor | No | Opaque cursor from previous page's next_cursor. |