---
title: "List interact sessions"
method: GET
path: "/interact"
tags: ["Interact"]
---

# List interact sessions

`GET /interact`

## Query parameters

- `status` 'active' | 'destroyed'

## Response `200`

List of interact sessions

- object
  - `success` boolean
  - `sessions` object[]
    - `id` string
    - `status` 'active' | 'destroyed'
    - `cdpUrl` string
    - `liveViewUrl` string
    - `interactiveLiveViewUrl` string — URL to interact with the interact session in real time (click, type, scroll)
    - `streamWebView` boolean
    - `createdAt` string, date-time
    - `lastActivity` string, date-time

## Other responses

- `402` — Payment required

---

[API](https://skmtc.dev/firecrawl/apis/firecrawl-api.md) · [All operations](https://skmtc.dev/firecrawl/apis/firecrawl-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/firecrawl/firecrawl-api/revisions/e350fafb5a2a/schema)
