---
title: "Sessions Live"
method: POST
path: "/{projectId}/assist/sessions"
tags: ["assist"]
---

# Sessions Live

`POST /{projectId}/assist/sessions`

## Path parameters

- `projectId` integer, required

## Request body

- LiveSessionsSearchPayloadSchema
  - `limit` integer
  - `page` integer
  - `filters` LiveSessionSearchFilterSchema[]
    - `value` union, required
      - string[]
      - string
    - `name` 'userOs' | 'userBrowser' | 'userDevice' | 'userCountry' | 'userCity' | 'userState' | 'userId' | 'userAnonymousId' | 'revId' | 'platform' | 'pageTitle' | 'sessionId' | 'metadata' | 'userUuid' | 'trackerVersion' | 'userBrowserVersion' | 'userDeviceType', required
    - `source` string, nullable
    - `operator` 'is' | 'contains'
  - `sort` union
    - 'userOs' | 'userBrowser' | 'userDevice' | 'userCountry' | 'userCity' | 'userState' | 'userId' | 'userAnonymousId' | 'revId' | 'platform' | 'pageTitle' | 'sessionId' | 'metadata' | 'userUuid' | 'trackerVersion' | 'userBrowserVersion' | 'userDeviceType'
    - string
  - `order` 'ASC' | 'DESC'

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/openreplay/apis/fastapi.md) · [All operations](https://skmtc.net/openreplay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openreplay/fastapi/revisions/a2d96285f1b6/schema)
