List provider accounts
List provider accounts the caller can read.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Number of items per page
1 <= x <= 100010
Number of items to skip
x >= 00
Unique identifier of the provider account. Cannot be provided together with fqn.
FQN of the provider account. Cannot be provided together with id.
Include infrastructure providers.
Include model providers.
Include MCP server providers.
Include guardrail config providers.
Include custom endpoint providers.
When true, redacts sensitive auth data from the response.
Comma-separated list of attributes to return (e.g. id,name). When provided, only the specified fields are fetched. id is always included.