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

# GET /api/v1/artifacts/{id}

`GET /api/v1/artifacts/{id}`

## Path parameters

- `id` string, required

## Response `200`

Artifact

- object
  - `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

## Other responses

- `404` — Artifact not found

---

[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)
