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

# Get Context

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

Get information about a specific context including its versioning status and current version.

## Path parameters

- `project_name` string, required — Name of the project containing the context.
- `context_name` string, required — Name of the context to retrieve.

## Response `200`

Context retrieved.

- unknown

## Other responses

- `404` — Project or Context 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)
