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, which is no longer supported; it is recommended to use the Apigee API hub APIs instead."],["The API uses `GET` requests with gRPC Transcoding syntax to retrieve artifacts from a specified parent location."],["Required path parameters include the `parent`, specifying the location of the artifacts within the project hierarchy."],["Query parameters like `pageSize`, `pageToken`, `filter`, and `orderBy` allow for refining the list of artifacts returned."],["Requests to this API require authorization via the `https://www.googleapis.com/auth/cloud-platform` OAuth scope, and the request body must be empty."]]],[]]