---
title: "ListArtifacts returns matching artifacts."
method: GET
path: "/v1/projects/{project}/artifacts"
---

# ListArtifacts returns matching artifacts.

`GET /v1/projects/{project}/artifacts`

## Path parameters

- `project` string, required

## Query parameters

- `page_size` string
- `page_token` string
- `filter` string

## Response `200`

OK

- ListArtifactsResponse — Response message for ListArtifacts.
  - `artifacts` Artifact[] — The artifacts from the specified publisher.
    - `name` string — Resource name.
    - `create_time` string, RFC3339 — Creation timestamp.
    - `update_time` string, RFC3339 — Last update timestamp.
    - `mime_type` string — A content type specifier for the artifact. Content type specifiers are Media Types (https://en.wikipedia.org/wiki/Media_type) with a possible "schema" parameter that specifies a schema for the stored information.
    - `size_bytes` integer — The size of the artifact in bytes.
    - `hash` string — A SHA-256 hash of the artifact's contents
    - `contents` string, bytes — The contents of the artifact. Provided by API callers when artifacts are created or replaced. To access the contents of an artifact, use GetArtifactContents.
  - `next_page_token` string — A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.

## Changes

- **2021-05-13** `9d40a237e3a7` — 1 warning
  - deleted the `query` request parameter `view`
- **2021-04-20** `7428736a439b` — 2 breaking, 4 warning, 2 info
  - the `artifacts/items/create_time` response's property type changed from no type to `string`, and format from no format to `RFC3339` for status `200`
  - the `artifacts/items/update_time` response's property type changed from no type to `string`, and format from no format to `RFC3339` for status `200`
  - removed the optional property `artifacts/items/create_time/nanos` from the response with the `200` status
  - removed the optional property `artifacts/items/create_time/seconds` from the response with the `200` status
  - …4 more
- **2021-02-27** `f26001c22757` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/apigee/apis/registry-api/changes/v1/projects/:project/artifacts/get.md)

---

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