v1

latestOpenAPI 3.0.02026-07-174784102.8 KB
Spaces

List artifacts

Lists all the artifacts

get/spaces/{space_ref}/artifacts

Path parameters

space_refstring required

Unique path identifier for the final space in the branch. The value can be provided either as a fully URL-encoded path (e.g., organization%2Fproject) or as a plain path ending with a trailing plus sign (+) as separator (e.g., organization/project/+).

Query parameters

reg_identifierstring[]

Registry Identifier

pageinteger

Current page number

sizeinteger

Number of items per page

sort_orderstring

sortOrder

sort_fieldstring

sortField

search_termstring

search Term.

latest_versionboolean

Latest Version Filter.

package_typestring[]

Registry Package Type

Response

response for list artifact

status'SUCCESS' | 'FAILURE' | 'ERROR' required

Indicates if the request was successful or not

Example response

{
  "data": {
    "pageCount": 100,
    "itemCount": 1,
    "pageSize": 1
  }
}