Returns a paginated list of credentials. Supports filtering by source, status, and external ID.
Secret key (sk_live_...)
Maximum number of items to return (1-100, default 20)
Cursor for forward pagination. Pass the ID of the last item from the previous page.
Cursor for backward pagination. Pass the ID of the first item from the previous page.
Unique identifier for the source (prefixed with src_).
Filter by credential status: unverified, verified, invalid, deleted.
Filter by the external ID assigned when creating the credential.
OK
Array of resource objects for the current page.
true if there are more results beyond this page.
Opaque cursor string to pass as the cursor query parameter on the next request. null when there are no more pages.
Unique identifier for the API request.