---
title: "Get Contexts"
method: GET
path: "/v0/project/{project_name}/contexts"
tags: ["Contexts"]
---

# Get Contexts

`GET /v0/project/{project_name}/contexts`

Get a list of contexts within a project.
Returns information about each context including its versioning status and current version.

## Path parameters

- `project_name` string, required — Name of the project to create context in.

## Query parameters

- `prefix` string, nullable — Optional prefix to filter contexts by name

## Response `200`

Contexts retrieved.

- unknown

## Other responses

- `404` — Project Not Found
- `422` — Validation Error

---

[API](https://skmtc.net/unify/apis/unifyai-http-api-reference.md) · [All operations](https://skmtc.net/unify/apis/unifyai-http-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unify/unifyai-http-api-reference/revisions/900377f918b6/schema)
