latestOpenAPI 3.0.02026-08-10221235717.8 KB

e21ad140ec3c

public
Artefact

List all Artefacts.

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

get/orgs/{orgId}/artefacts

Path parameters

orgIdstring required

The organization ID.

Query parameters

typestring

(Optional) Filter Artefacts by type.

namestring

(Optional) Filter Artefacts by name.

Response

The list of Artefacts within the organization.

created_atstring

The time when the Artefact was added to Humanitec.

created_bystring

The user ID of the user who added the Artefact to Humanitec.

idstring required

The UUID of the Artefact.

namestring required

The name of the Artefact.

typestring required

The type of the Artefact.

updated_atstring

The time when the Artefact was updated for the last time.

updated_bystring

The user ID of the user who updated the Artefact for the last time.

Example response

[
  {
    "created_at": "2020-06-22T09:37:23.523Z",
    "created_by": "01234567-89ab-cdef-0123-456789abcdef",
    "id": "01234567-89ab-cdef-0123-456789abcdef",
    "name": "registry.humanitec.io/my-org/my-service",
    "type": "container",
    "updated_at": "2020-06-22T09:37:23.523Z",
    "updated_by": "01234567-89ab-cdef-0123-456789abcdef"
  }
]