Identity & Access/Credentials
GETCredentialSince 1.0SynchronousAuth Required
ListCredentials
List credentials with optional filtering by type, health status, and component.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
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.
Responses
Endpoint
GET/api/v1/credentials
/api/v1/credentials
Request Example
curl -X GET '{host}/api/v1/credentials' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
],
"total": 42,
"limit": 20,
"offset": 20
}Change History
This API has no change history records yet.
