---
title: "List artifacts in group"
method: GET
path: "/groups/{groupId}/artifacts"
tags: ["Artifacts"]
---

# List artifacts in group

`GET /groups/{groupId}/artifacts`

Returns a list of all artifacts in the group.  This list is paged.

## Query parameters

- `limit` integer
- `offset` integer
- `order` 'asc' | 'desc'
- `orderby` 'groupId' | 'artifactId' | 'createdOn' | 'modifiedOn' | 'artifactType' | 'name'
- `skipCount` boolean

## Response `200`

On a successful response, returns a bounded set of artifacts.

- ArtifactSearchResults — Describes the response received when searching for artifacts.
  - `artifacts` SearchedArtifact[], required — The artifacts returned in the result set.
    - `name` string
    - `description` string
    - `createdOn` string, date-time, required
    - `owner` string, required
    - `artifactType` string, required
    - `modifiedOn` string, date-time, required
    - `modifiedBy` string, required
    - `groupId` string, required — An ID of a single artifact group.
    - `artifactId` string, required — The ID of a single artifact.
    - `labels` Labels — User-defined name-value pairs. Name and value must be strings.
  - `count` integer, required — The total number of artifacts that matched the query that produced the result set (may be more than the number of artifacts in the result set).

## Other responses

- `401` — Common response for all operations that can return a `401` error indicating authentication is required.
- `403` — Common response for all operations that can return a `403` error indicating the user is authenticated but not authorized.
- `404` — Common response for all operations that can return a `404` error.
- `500` — Common response for all operations that can fail with an unexpected server error.

---

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