---
title: "Get status of a context add job"
method: GET
path: "/api/v1/context/add-async/{id}/status"
tags: ["context"]
---

# Get status of a context add job

`GET /api/v1/context/add-async/{id}/status`

Returns the status and result of a context add job by job id.

## Path parameters

- `id` string, required

## Response `200`

Job status and result

- ContextAddAsyncStatusSuccess
  - `success` boolean, required
  - `jobId` string, required
  - `status` string, required
  - `result` object — Result of the job (if available)
  - `attemptsMade` number
  - `failedReason` string
  - `finishedOn` number
  - `processedOn` number

## Other responses

- `400` — Invalid job id
- `401` — Unauthorized
- `404` — Job not found
- `500` — Internal server error

## Changes

- **2026-01-03** `510cbb709bed` — 1 breaking, 19 info
  - the `error` response's property type changed from `string` to `object` for status `500`
  - added the optional property `error/details` to the response with the `500` status
  - added the optional property `status` to the response with the `500` status
  - added the optional property `statusText` to the response with the `400` status
  - …16 more
- **2025-12-24** `3f676384b4bb` — 1 info
  - api operation id `checkStatusForParticularJobInAddContextAsync` was added
- **2025-12-10** `601abf4c6518` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/alchemyst-ai/apis/alchemyst-ai-api-v1-documentation/changes/api/v1/context/add-async/:id/status/get.md)

---

[API](https://skmtc.dev/alchemyst-ai/apis/alchemyst-ai-api-v1-documentation.md) · [All operations](https://skmtc.dev/alchemyst-ai/apis/alchemyst-ai-api-v1-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/alchemyst-ai/alchemyst-ai-api-v1-documentation/revisions/af43a0360c78/schema)
