Get Certificates
GET/certificates
Optionally, you may pass projectId
, certId
, cursor
, limit
parameters. If these parameters are not provided, the function will return all of your certificates.
When querying for certificates, you can use limit
and cursor
parameters to paginate through results. By default, the function returns up to 100 certificates per page.
The response includes:
- hasMore: a boolean indicating if there are more certificates available.
- nextCursor: a cursor value you can use in the next query to fetch the following page of results.
This allows you to efficiently access large sets of certificates without overwhelming the system.
Request
Responses
- 200
Successful response