---
title: "List a conversation's app artifacts"
method: GET
path: "/v1/agent-runs/artifacts"
tags: ["agent-runs"]
---

# List a conversation's app artifacts

`GET /v1/agent-runs/artifacts`

Returns the durable list of served web-app artifacts built by
completed app-builder runs in the given Caddie conversation. The
organization is taken from the authenticated request; the
conversation is scoped to it. Each item carries the run id and the
absolute, browser-openable served URL.

## Query parameters

- `conversationId` string, required
- `limit` integer
- `offset` integer

## Response `200`

OK

- ListAgentArtifactsSuccessResponse
  - `code` integer
  - `data` PaginatedDataAgentArtifactItem
    - `hasMore` boolean
    - `items` AgentArtifactItem[]
      - `agentType` string
      - `createdAt` string
      - `runId` string
      - `url` string
    - `limit` integer
    - `offset` integer
  - `message` string
  - `requestId` string

---

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