---
title: "Query information about an artifact"
method: POST
path: "/v8/artifacts"
tags: ["artifacts"]
---

# Query information about an artifact

`POST /v8/artifacts`

Query information about an array of artifacts.

## Query parameters

- `teamId` string
- `slug` string

## Request body

- object
  - `hashes` string[], required — artifact hashes

## Response `200`

- object

## Other responses

- `400` — One of the provided values in the request body is invalid.
- `401` — The request is not authorized.
- `402` — The account is missing a payment so payment method must be updated
- `403` — The customer has reached their spend cap limit and has been paused. An owner can disable the cap or raise the limit in settings. The Remote Caching usage limit has been reached for this account for this billing cycle. Remote Caching has been disabled for this team or user. An owner can enable it in the billing settings. You do not have permission to access this resource.
- `410`

---

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