---
title: "Get artifacts list"
method: GET
path: "/workspaces/{workspace_domain}/artifacts"
tags: ["Artifact API"]
---

# Get artifacts list

`GET /workspaces/{workspace_domain}/artifacts`

## Path parameters

- `workspace_domain` string, required

## Query parameters

- `project_name` string
- `environment_id` string

## Response `200`

List of artifacts retrieved successfully

- ArtifactsView — Container for artifact lists
  - `url` string — API endpoint to GET this object
  - `html_url` string — Web URL to view this object in Buddy.works
  - `artifacts` ShortArtifactView[]
    - `url` string — API endpoint to GET this object
    - `html_url` string — Web URL to view this object in Buddy.works
    - `id` integer — The unique ID of the artifact
    - `type` 'CONTAINER' | 'BUCKET' | 'NPM' | 'COMPOSER' — The type of artifact
    - `name` string — The display name of the artifact
    - `identifier` string — The human-readable identifier of the artifact
    - `scope` 'WORKSPACE' | 'PROJECT' | 'ENVIRONMENT' — The scope level of the artifact
    - `size` integer — Total size of all artifact versions in bytes

---

[API](https://skmtc.net/buddy/apis/buddy-api.md) · [All operations](https://skmtc.net/buddy/apis/buddy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/buddy/buddy-api/versions/2426d67c249a/schema)
