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.
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"
}
]