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

# list_event_state_modules

> List event state module types present for the patient.

List event state module types present for the patient.

## Parameters

| Parameter    | Required | Type                | Description                                                                                                             |
| ------------ | -------- | ------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| `patient_id` | Yes      | `string`            | Patient user ID                                                                                                         |
| `date_from`  | No       | `string` (ISO 8601) | Inclusive lower bound on `EventStateModuleDocument.created_at`. Only modules with a version in the window are returned. |
| `date_to`    | No       | `string` (ISO 8601) | Inclusive upper bound on `EventStateModuleDocument.created_at`.                                                         |

## Example output

Illustrative:

```json theme={null}
["behavioral_state", "symptoms", "adherence", "physical_activity", "engagement", "alerts_and_tasks"]
```
