---
title: "GET /api/v1/artifacts"
method: GET
path: "/api/v1/artifacts"
tags: ["Artifacts"]
---

# GET /api/v1/artifacts

`GET /api/v1/artifacts`

## Query parameters

- `limit` integer
- `offset` integer, nullable
- `sessionKey` string

## Response `200`

Artifacts

- object
  - `artifacts` object[], required
    - `id` string, required
    - `botId` string, required
    - `sessionKey` string, nullable, required
    - `channelType` string, nullable, required
    - `channelId` string, nullable, required
    - `title` string, required
    - `artifactType` string, nullable, required
    - `source` string, nullable, required
    - `contentType` string, nullable, required
    - `status` string, required
    - `previewUrl` string, nullable, required
    - `deployTarget` string, nullable, required
    - `linesOfCode` number, nullable, required
    - `fileCount` number, nullable, required
    - `durationMs` number, nullable, required
    - `metadata` object, nullable, required
    - `createdAt` string, required
    - `updatedAt` string, required
  - `total` number, required
  - `limit` number, required
  - `offset` number, required

---

[API](https://skmtc.net/nexu-io/apis/nexu-controller-api.md) · [All operations](https://skmtc.net/nexu-io/apis/nexu-controller-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nexu-io/nexu-controller-api/revisions/ee3237405da6/schema)
