Optionalparameters: {OptionalmaxResults?: numberThe maximum number of items to return per page.
OptionalorderBy?: Order the results by a field:
description Sorts by the component description.name Sorts by component name.OptionalprojectIdsOrKeys?: string[]The project IDs and/or project keys (case sensitive).
Optionalquery?: stringFilter the results using a literal string. Components with a matching name or description are returned (case
insensitive).
OptionalstartAt?: numberThe index of the first item to return in a page of results (page offset).
Optionaloptions: RequestOptions
Returns a paginated list of all components in a project, including global (Compass) components when applicable.
This operation can be accessed anonymously.
Permissions required: Browse Projects project permission for the project.