List SAML service provider certificates (Beta)
List SAML service provider certificates (Beta)
List all certificates for a given SAML service provider.
**Beta**: This documentation describes a public beta feature and is subject to the [Beta features](/docs/sigma-product-releases#beta-features) disclaimer.
### Usage notes
- To perform this operation, you must use API credentials owned by a user assigned the Admin account type.
- Retrieve the `samlServiceProviderId` by calling the [/saml/service-providers](https://help.sigmacomputing.com/reference/list-saml-service-providers) endpoint.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
samlServiceProviderId
Unique identifier of the SAML service provider
Query parameters
pageToken
Use to specify the next set of results with the string returned in the nextPageToken field of the previous response.
pageSize
Number of results to return per page, with a maximum of 500. Defaults to 50.
Response
The response body.
entries
Array of results returned by the endpoint
nextPageToken
A string that can be passed to the pageToken parameter in the next request to fetch the next page of results. Not present in the last page of results.
Must be treated as an opaque string.

