---
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

---

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