---
title: "Get context info"
method: GET
path: "/context-api/v2/projects/{projectId}/contexts/{contextUid}"
tags: ["Context"]
---

# Get context info

`GET /context-api/v2/projects/{projectId}/contexts/{contextUid}`

Retrieves basic information about the context.

## Path parameters

- `projectId` string, uuid, required
- `contextUid` string, uuid, required

## Response `200`

OK

- ContextResponse
  - `response` object
    - `code` 'SUCCESS' — Code of the completed operation.
    - `data` object — Basic information about the context.
      - `contextType` 'IMAGE' | 'HTML' | 'VIDEO' — Type of context file.
      - `contextUid` string — Unique identifier for the context.
      - `created` string, date-time — A date when the context was created. Format: ISO8601 date and time string
      - `name` string — File name for IMAGE context, URL for HTML Context and video URL for VIDEO context.

## Other responses

- `400` — Provided request parameters are invalid.
- `401` — Provided credentials are not valid.
- `404` — Context not found
- `429` — Too many simultaneous API requests.
- `500` — Unexpected error

---

[API](https://skmtc.net/smartling/apis/smartling-rest-api-reference.md) · [All operations](https://skmtc.net/smartling/apis/smartling-rest-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartling/smartling-rest-api-reference/versions/2a73d11e9b98/schema)
