ListCredentials
List credentials with optional filtering by type, health status, and component.
GET
/api/v1/credentialsOperation ID
ListCredentialsSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
Query Parameters
typeStringFilter results to only credentials of this type.
Example: CREDENTIAL_TYPE_UNSPECIFIED
healthStatusStringFilter results to only credentials with this health status.
Example: CREDENTIAL_HEALTH_STATUS_UNSPECIFIED
limitIntegerMaximum number of items to return in the response.
Example: 0
offsetIntegerNumber of items to skip before starting to collect results (for pagination).
Example: 0
componentUuidStringUUID of the component whose credentials should be listed.
