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 documentation details the legacy Apigee Registry API for retrieving artifacts, which is no longer supported and should be replaced with the Apigee API hub APIs."],["The HTTP request for retrieving artifacts uses a GET method to a specific URL structure with path parameters to identify the parent resource of the artifacts."],["Query parameters like `pageSize`, `pageToken`, `filter`, and `orderBy` allow for customizing the list of artifacts returned."],["The request body for this operation must be empty, and a successful response will contain an instance of `ListArtifactsResponse`."],["Authorization for this API requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]