List a page of profiles for the calling client.
Returns one page of catalog configuration profiles defined for the calling client.
Pagination is controlled by offset and count; the response includes total
so callers can iterate. Invalid pagination parameters return 400.
Authorizations
Authorization header using the Bearer scheme. Example: "Authorization: Bearer {Value}"
Query Parameters
Number of profiles to skip.
Maximum number of profiles to return.
Response
Page of profiles
ok, serverFailure, permissionDenied, badRequest, notFound, conflict, tooManyRequest, locked, unavailableForLegalReasons A message generated by the API
User-friendly display message that can be presented to the end user
An error grouping hash from string components and caller information. Used by bugsnag on FE for correct error grouping
Opaque team code for error routing. Resolved from exception origin or caller file path via CODEOWNERS. Format: 2-character code (e.g., "7K", "M2"). Use for alerting/routing, not display.
Strictly-typed error type that is explaining the reason of an unsuccessful status of the operation. All possible error types are available in the documentation.
A page of profiles, with the total available count and the offset of this page.