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

# get-by-filter

> GET /subjects

# get-by-filter

No description available.

## Parameters

### firstName

* **Type**: string

* **In**: query

* **Example**: `John`

### lastName

* **Type**: string

* **In**: query

* **Example**: `Doe`

### email

* **Type**: string

* **In**: query

* **Example**: `john.doe@example.com`

### phone

* **Type**: string

* **In**: query

* **Example**: `555-123-4567`

### ssn

* **Type**: string
* **In**: query

### offset

* **Type**: number
* **In**: query

### limit

* **Type**: number

* **In**: query

* **Example**: `10`

### offset

* **Type**: number
* **In**: query

### limit

* **Type**: number

* **In**: query

* **Example**: `10`

## Response

### 200

No description available.

## Example Request

`openapi: GET /subjects`
