Get all credentials
Retrieves a paginated list of credentials for the current organization
Headers
Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
Query Parameters
Page number for pagination
x >= 11
Number of items per page
x >= 110
Filter credentials by vault type (e.g. 'custom', 'bitwarden', 'azure_vault')
bitwarden, azure_vault, gcp, custom Filter credentials by type (e.g. 'password', 'credit_card', 'secret') Type of credential stored in the system.
password, credit_card, secret Case-insensitive search across credential name, username, secret label, and card details
200Response
Successful Response
Unique identifier for the credential
"cred_1234567890"
Response model for password credentials — non-sensitive fields only.
SECURITY: Must NEVER include password or TOTP secret.
- PasswordCredentialResponse
- CreditCardCredentialResponse
- SecretCredentialResponse
Type of the credential
password, credit_card, secret Name of the credential
"Amazon Login"
Which vault stores this credential (e.g., 'bitwarden', 'azure_vault', 'custom')
bitwarden, azure_vault, gcp, custom Browser profile ID linked to this credential
Login page URL used during the credential test
User-provided context describing the login sequence (e.g., 'click SSO button first')
Whether the user intends to save a browser session, regardless of test outcome
ID of the credential folder this credential belongs to, if any
"cfld_1234567890"
Optional proxy location used for the credential's pinned proxy identity.
RESIDENTIAL, US-CA, US-NY, US-TX, US-FL, US-WA, RESIDENTIAL_ES, RESIDENTIAL_IE, RESIDENTIAL_GB, RESIDENTIAL_IN, RESIDENTIAL_JP, RESIDENTIAL_FR, RESIDENTIAL_DE, RESIDENTIAL_NZ, RESIDENTIAL_ZA, RESIDENTIAL_AR, RESIDENTIAL_AU, RESIDENTIAL_BR, RESIDENTIAL_TR, RESIDENTIAL_CA, RESIDENTIAL_MX, RESIDENTIAL_IT, RESIDENTIAL_NL, RESIDENTIAL_PH, RESIDENTIAL_KR, RESIDENTIAL_SA, RESIDENTIAL_ISP, NONE Opaque Skyvern-managed proxy sticky-session id.

