List Credential Metadata
Returns auth type and configured status only - values are never returned.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
deployment_id*Deployment Id
Format
uuidQuery Parameters
verify_locally?Verify Locally
Default
trueResponse Body
application/json
application/json
curl -X GET "https://example.com/v1/deployments/497f6eca-6276-4993-bfeb-53cbbbba6f08/credentials"[ { "entry_id": "31513983-613b-4481-b270-ae929f358bae", "entry_title": "string", "auth_strategy": "string", "auth_type": "string", "configured": false, "skipped": false, "mcp_namespace": "string", "vault_entry_id": "853a7105-f16b-48b9-904e-39c6bce71edb" }]{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}