---
title: "List Agent Session Artifacts"
method: GET
path: "/ai/agent_sessions/{id}/artifacts"
tags: ["AI"]
---

# List Agent Session Artifacts

`GET /ai/agent_sessions/{id}/artifacts`

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer
- `offset` integer
- `search` string
- `archived` boolean

## Response `200`

OK

- ListResponseBodyAgentArtifact
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `data` AgentArtifact[], required
    - `attributes` AgentArtifactAttributes, required
      - `createdAt` string, date-time, required
      - `lastAgentTurnId` string
      - `name` string, required
      - `parts` AgentMessagePart[], required
        - `content` AgentMessagePart[]
        - `contentType` string
        - `custom` object
        - `data` string
        - `input` unknown
        - `kind` string, required
        - `name` string
        - `output` unknown
        - `partial` boolean
        - `ref` string
        - `text` string
        - `uri` string
        - `url` string
      - `updatedAt` string, date-time, required
    - `id` string, required
  - `pagination` ResponsePagination, required
    - `next` string
    - `previous` string
    - `total` integer, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

## Changes

- **2026-08-25** (v1) `3fd856c3acc1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/rezible/apis/rezible-api/changes/ai/agent_sessions/:id/artifacts/get.md)

---

[API](https://skmtc.dev/rezible/apis/rezible-api.md) · [All operations](https://skmtc.dev/rezible/apis/rezible-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rezible/rezible-api/revisions/eaee3040e50d/schema)
