Spaces

List registries

Lists all the registries.

get/spaces/{space_ref}/registries

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

package_typestring[]

Registry Package Type

type'VIRTUAL' | 'UPSTREAM'

Registry Type

pageinteger

Current page number

sizeinteger

Number of items per page

sort_orderstring

sortOrder

sort_fieldstring

sortField

search_termstring

search Term.

recursiveboolean

Whether to list registries recursively.

Deprecated. Use the new scope parameter.

  • recursive=truescope=ancestors
  • recursive=falsescope=none
scope'ancestors' | 'descendants' | 'none'

Scope of registries to list

  • none – current space only (default) * ancestors – current space plus all parent spaces * descendants – current space plus all child spaces
    If omitted, none is assumed.

Response

response for list registry

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

Indicates if the request was successful or not

Example response

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

Changes

Changed in 15 of the 50 revisions of this API.31114

    • removed the required property /// from the response with the status

      response-required-property-removed

    • added the optional property /// to the response with the status

      response-optional-property-added

    • added the required property /// to the response with the status

      response-required-property-added

    • added the required property /// to the response with the status

      response-required-property-added

    • added the required property /// to the response with the status

      response-required-property-added

    • added the new optional query request parameter scope

      new-optional-request-parameter

    • added the new HUGGINGFACE enum value to the /// response property for the response status

      response-property-enum-value-added

    • added the new GO enum value to the /// response property for the response status

      response-property-enum-value-added

    • added the new CARGO enum value to the /// response property for the response status

      response-property-enum-value-added

    • added the new RPM enum value to the /// response property for the response status

      response-property-enum-value-added

    • added the new NUGET enum value to the /// response property for the response status

      response-property-enum-value-added