---
title: "Get List of Credentials"
method: GET
path: "/api/discovery-scan-config/v2/credentials"
tags: ["Credentials"]
---

# Get List of Credentials

`GET /api/discovery-scan-config/v2/credentials`

Use this API to retrieve a list of all credentials. The response will include details such as the credential name, ID, and reference key.

## Query parameters

- `name` string — The parameter to search for a credential by name.
- `systemName` 'Azure Cosmos' | 'Box' | 'Cassandra' | 'Azure Databricks' | 'IBM DB2' | 'Exchange' | 'GCP' | 'Google Workspace Gmail' | 'Google BigQuery' | 'Google BigTable' | 'MongoDB' | 'MySQL' | 'OneDrive' | 'Oracle RDBMS' | 'PostgreSQL' | 'Amazon S3' | 'SalesForce' | 'SAP HANA' | 'ServiceNow' | 'SharePoint' | 'SMB' | 'Snowflake' | 'Microsoft SQL' | 'Teradata' | 'Workday' | 'Zendesk' | 'Amazon RDS for SQL Server' | 'Azure SQL Server' | 'Redshift' | 'Google Drive' | 'Amazon DynamoDB' | 'Amazon Athena' | 'SharePoint 2019 OnPrem' | 'SFTP' | 'NFS' | 'GCS' | 'Redis' | 'Elastic Search' | 'Microsoft Teams' | 'Slack' | 'AlibabaCloudOSS' | 'Azure Files' | 'Iceberg' | 'Kafka' — The parameter to search for a credential by systemName.
- `page` integer — Results page to be retrieved (0..N).
- `size` integer — Number of records per page (1..50). Maximum page size allowed is 50
- `sort` 'name,asc' | 'name,desc' | 'systemName,asc' | 'systemName,desc' — Sorting criteria in the format: property(,asc|desc). Default is ascending.

## Response `200`

OK

- DataUseGovernanceDataDiscoveryPageWrapperCredentialDto
  - `content` DataUseGovernanceDataDiscoveryCredentialV2Dto[] — The content of this page.
    - `id` string, uuid — Unique ID for Credential
    - `name` string — Name of Credential
    - `description` string — Credential Description
    - `systemName` 'Azure Cosmos' | 'Box' | 'Cassandra' | 'Azure Databricks' | 'IBM DB2' | 'Exchange' | 'GCP' | 'Google Workspace Gmail' | 'Google BigQuery' | 'Google BigTable' | 'MongoDB' | 'MySQL' | 'OneDrive' | 'Oracle RDBMS' | 'PostgreSQL' | 'Amazon S3' | 'SalesForce' | 'SAP HANA' | 'ServiceNow' | 'SharePoint' | 'SMB' | 'Snowflake' | 'Microsoft SQL' | 'Teradata' | 'Workday' | 'Zendesk' | 'Amazon RDS for SQL Server' | 'Azure SQL Server' | 'Redshift' | 'Google Drive' | 'Amazon DynamoDB' | 'Amazon Athena' | 'SharePoint 2019 OnPrem' | 'SFTP' | 'NFS' | 'GCS' | 'Redis' | 'Elastic Search' | 'Microsoft Teams' | 'Slack' | 'AlibabaCloudOSS' | 'Azure Files' | 'Iceberg' | 'Kafka' — System Name
    - `referenceKey` string — Reference Key
    - `workerNodeName` string — Worker Node Name
  - `number` integer — Current page number.
  - `size` integer — The size of the page (number of elements per page).
  - `numberOfElements` integer — The number of elements on the current page.
  - `totalElements` integer — The total number of elements across all pages.
  - `totalPages` integer — The total number of pages.
  - `first` boolean — Indicates if this is the first page.
  - `last` boolean — Indicates if this is the last page.
  - `empty` boolean — Indicates if the page is empty.
  - `sort` DataUseGovernanceDataDiscoverySort
    - `sort` string[]
  - `pageable` DataUseGovernanceDataDiscoveryPageable
    - `page` integer
    - `size` integer
    - `sort` string[]

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/revisions/21de3aa0b170/schema)
