Get all credentials
Retrieves a paginated list of credentials for the current organization
Query parameters
Page number for pagination
Page number for pagination
Number of items per page
Number of items per page
Filter credentials by vault type (e.g. 'skyvern', 'custom', 'bitwarden', 'azure_vault')
Type of credential stored in the system.
Filter credentials by type (e.g. 'password', 'credit_card', 'secret')
Case-insensitive search across credential name, username, secret label, and card details
Case-insensitive search across credential name, username, secret label, and card details
Headers
Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
Response
Successful Response
Example response
[
{
"credential_id": "cred_1234567890",
"credential": {
"username": "user@example.com",
"totp_identifier": "user@example.com"
},
"name": "Amazon Login",
"folder_id": "cfld_1234567890",
"proxy_location": {
"country": "US",
"subdivision": "CA",
"city": "New York"
}
}
]Changes
Changed in 9 of the 86 revisions of this API.2321
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
- ●
added the new
passkeyenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
- ●
added the new
skyvernenum value to the//response property for the response statusresponse-property-enum-value-added
- ○
added the enum value
skyvernto the propertyanyOf[subschema #1: CredentialVaultType]/of thequeryrequest parametervault_typerequest-parameter-property-enum-value-added
- ●
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
- ●
added the new
gcpenum value to the//response property for the response statusresponse-property-enum-value-added
- ○
added the enum value
gcpto the propertyanyOf[subschema #1: CredentialVaultType]/of thequeryrequest parametervault_typerequest-parameter-property-enum-value-added
- ●
- ▲
response property
items/credential/anyOf[subschema #1: PasswordCredentialResponse]/totp_identifierlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
items/credential/anyOf[subschema #3: SecretCredentialResponse]/secret_labellist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ○
added the new optional
queryrequest parametercredential_typenew-optional-request-parameter
- ○
added the new optional
queryrequest parametersearchnew-optional-request-parameter
- ○
added the new optional
queryrequest parametervault_typenew-optional-request-parameter
- ○
headerrequest parameterx-api-keylist-of-types was widened by adding typesnullrequest-parameter-list-of-types-widened
- ○
for the
headerrequest parameterx-api-key, the type was generalized fromstringto no typerequest-parameter-type-generalized
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○