---
title: "GET /v1/playground/sessions"
method: GET
path: "/v1/playground/sessions"
tags: ["PlaygroundService"]
---

# GET /v1/playground/sessions

`GET /v1/playground/sessions`

ListSessions 列出会话

## Query parameters

- `categoryId` string
- `status` string
- `page` integer
- `pageSize` integer

## Response `200`

OK

- PlaygroundV1ListSessionsReply
  - `sessions` PlaygroundV1Session[]
    - `categoryId` string
    - `createdAt` string, date-time
    - `id` string
    - `modelId` string
    - `params` string
    - `status` string
    - `systemPrompt` string
    - `title` string
    - `totalBilledMicros` string
    - `totalTokens` string
    - `updatedAt` string, date-time
    - `userId` string
  - `total` string

---

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