---
title: "List all Artefacts."
method: GET
path: "/orgs/{orgId}/artefacts"
tags: ["public", "Artefact"]
---

# List all Artefacts.

`GET /orgs/{orgId}/artefacts`

Returns the Artefacts registered with your organization. If no elements are found, an empty list is returned.

## Path parameters

- `orgId` string, required

## Query parameters

- `type` string
- `name` string

## Response `200`

The list of Artefacts within the organization.

- ArtefactResponse[]
  - `created_at` string — The time when the Artefact was added to Humanitec.
  - `created_by` string — The user ID of the user who added the Artefact to Humanitec.
  - `id` string, required — The UUID of the Artefact.
  - `name` string, required — The name of the Artefact.
  - `type` string, required — The type of the Artefact.
  - `updated_at` string — The time when the Artefact was updated for the last time.
  - `updated_by` string — The user ID of the user who updated the Artefact for the last time.

---

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