Required. The parent, which owns this collection of artifacts. Format: {parent}
Query parameters
Parameters
pageSize
integer
The maximum number of artifacts to return. The service may return fewer than this value. If unspecified, at most 50 values will be returned. The maximum is 1000; values above 1000 will be coerced to 1000.
pageToken
string
A page token, received from a previous artifacts.list call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to artifacts.list must match the call that provided the page token.
filter
string
An expression that can be used to filter the list. Filters use the Common Expression Language and can refer to all message fields except contents.
orderBy
string
A comma-separated list of fields, e.g. "foo,bar" Fields can be sorted in descending order using the "desc" identifier, e.g. "foo desc,bar"
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-07 UTC."],[[["This document details the legacy Apigee Registry API's `GET` request for retrieving artifacts, which is no longer supported and users should transition to the newer Apigee API hub APIs."],["The HTTP request URL structure follows gRPC Transcoding syntax and requires a `parent` path parameter to specify the artifact collection location."],["Several query parameters are available for filtering, pagination, and ordering, including `pageSize`, `pageToken`, `filter`, and `orderBy`."],["The request body for this `GET` method must be empty, with the response body returning a `ListArtifactsResponse` instance upon successful execution."],["Authorization for this request requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]