---
title: "Get a context"
method: GET
path: "/context/{context_id}"
tags: ["Context"]
---

# Get a context

`GET /context/{context_id}`

Returns basic information about a context.

## Path parameters

- `context_id` string, uuid, required

## Response `200`

The context

- Context
  - `id` string, uuid, required — The unique ID of the context.
  - `name` string, required — The user defined name of the context.
  - `created_at` string, date-time, required — The date and time the context was created.

## Other responses

- `401` — Credentials provided are invalid.
- `404` — Entity not found.
- `429` — API rate limits exceeded.
- `500` — Internal server error.

---

[API](https://skmtc.net/circleci/apis/api-v2.md) · [All operations](https://skmtc.net/circleci/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/circleci/api-v2/versions/b9c0e0c24058/schema)
