Registries

List Artifacts for Registry

Lists all the Artifacts for Registry

get/registry/{registry_ref}/artifacts

Path parameters

registry_refstring required

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

Query parameters

labelstring[]

Label.

pageinteger

Current page number

sizeinteger

Number of items per page

sort_orderstring

sortOrder

sort_fieldstring

sortField

search_termstring

search Term.

artifact_type'model' | 'dataset'

artifact 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
  }
}

Changes

Changed in 16 of the 50 revisions of this API.71421

    • 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 required property /// to the response with the status

      response-required-property-added

    • the response property /// became required for the status

      response-property-became-required

  • 821be84493dd224See the full diff
    • removed the enum value DATASET from the query request parameter artifact_type

      request-parameter-enum-value-removed

    • removed the enum value MODEL from the query request parameter artifact_type

      request-parameter-enum-value-removed

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

      response-property-enum-value-added

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

      response-property-enum-value-added

    • added the new enum value dataset to the query request parameter artifact_type

      request-parameter-enum-value-added

    • added the new enum value model to the query request parameter artifact_type

      request-parameter-enum-value-added

    • removed the DATASET enum value from the /// response property for the response status

      response-property-enum-value-removed

    • removed the MODEL enum value from the /// response property for the response status

      response-property-enum-value-removed

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

      response-property-enum-value-added

    • added the new optional query request parameter artifact_type

      new-optional-request-parameter

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

      response-optional-property-added

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

      response-optional-property-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