> ## Documentation Index
> Fetch the complete documentation index at: https://developer.suki.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# J

> Glossary terms starting with J

<div className="sdk-overview-container">
  <h1 className="sdk-overview-main-title">J</h1>

  | Term                             | Definition                                                                                                                                                                                             |
  | :------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | **Job Status (Patient Summary)** | The asynchronous generation state for a Patient Summary request. Poll until a terminal value such as `COMPLETED`, `FAILED`, or `ABORTED`, then retrieve the **Full Summary** or **Pre-Visit Summary**. |
  | **JWT**                          | JSON Web Token. A compact, URL-safe means of representing claims to be transferred between two parties, commonly used for authentication and information exchange.                                     |
  | **JWKS**                         | JSON Web Key Set. A set of keys containing the public keys used to verify any JWT issued by the authorization server.                                                                                  |
  | **JWKS Endpoint**                | A publicly accessible HTTPS endpoint that hosts cryptographic public keys for JWT token verification.                                                                                                  |
</div>
