---
title: "List User Contexts"
method: GET
path: "/v1/contexts"
tags: ["Contexts"]
---

# List User Contexts

`GET /v1/contexts`

List user contexts

## Query parameters

- `page` integer
- `page_size` integer

## Cookies

- `la_session` string

## Response `200`

Successful Response

- ResponsePaginatedResponseContextSchema
  - `code` integer
  - `data` PaginatedResponseContextSchema
    - `count` integer, required
    - `next` string
    - `previous` string
    - `results` ContextSchema[], required
      - `id` string, uuid, required
      - `name` string, required
      - `created_at` string, date-time, required
      - `updated_at` string, date-time, required
  - `message` string

## Other responses

- `422` — Validation Error

---

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