# GetDiagnosticAnalyteResponse

Model ID: `GetDiagnosticAnalyteResponse`

`GET /diagnostic-tests/analytes/{analyte_id}` — an analyte + the tests measuring it.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `analyte` | `object` | Yes |  |  |  | No | The analyte node's raw properties. |
| `tests` | array of [`DiagnosticTest`](./DiagnosticTest.md) | Yes |  |  |  | No | Diagnostic tests that measure this analyte. |
| `total` | `integer` | Yes |  |  |  | No | Number of tests in this response. |

## Example

None declared in canonical OpenAPI.
