---
title: "[BETA] List workspace agent sessions"
method: GET
path: "/agent/sessions"
tags: ["agent"]
---

# [BETA] List workspace agent sessions

`GET /agent/sessions`

List agent sessions for the workspace (user-scoped server-side).

## Query parameters

- `page` integer
- `per_page` integer
- `status` string
- `type` string
- `company_id` string
- `search` string
- `sort_by` string
- `sort_order` string

## Response `200`

Success

- object — Response data

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Unexpected error

---

[API](https://skmtc.net/getpg/apis/pg-ai-public-api.md) · [All operations](https://skmtc.net/getpg/apis/pg-ai-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getpg/pg-ai-public-api/revisions/cc47d013c073/schema)
