Skip to main content
List credentials associated with a target.

GET /credentials/target/:target/:target_id

Path Parameters

Response

The listing is exhaustive. It previously stopped after DynamoDB’s first internal page, so a target with many credentials could come back short; it now always returns the complete set. There is no pagination to drive — one call returns everything.
Listing is a read, so it is never subject to the human-behind-the-request rule that governs Create Credential and Delete Credential. A service account’s own key can list every credential it can reach.

Example