clerk.get_jwks
Retrieve the JSON Web Key Set (JWKS) for verifying Clerk session tokens.
Call clerk.get_connected_accounts first. Pass clerk_instance_id to target a specific connection, or omit it to use the default account.
Returns public signing keys for verifying Clerk JWTs.
Cost = 2 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clerk_instance_id | No | Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jwks | No | Clerk JWKS payload from the Backend API. |