---
title: "List all ongoing context add jobs for the authenticated user"
method: GET
path: "/api/v1/context/add-async/status"
tags: ["context"]
---

# List all ongoing context add jobs for the authenticated user

`GET /api/v1/context/add-async/status`

Returns all jobs (active, waiting, delayed, failed, completed) belonging to the authenticated user.

## Query parameters

- `type` 'all' | 'active' | 'failed' | 'completed'
- `limit` string
- `offset` string

## Response `200`

List of jobs

- object
  - `success` boolean, required
  - `jobs` object[], required
    - `jobId` string, required
    - `status` string, required
    - `attemptsMade` number, required
    - `failedReason` string
    - `finishedOn` number
    - `processedOn` number
    - `data` object, required

## Other responses

- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `500` — Internal Server Error

## Changes

- **2026-01-03** `510cbb709bed` — 2 warning, 12 info
  - removed the optional property `message` from the response with the `401` status
  - removed the optional property `status` from the response with the `401` status
  - added the non-success response with the status `402`
  - added the non-success response with the status `403`
  - …10 more
- **2025-12-24** `3f676384b4bb` — 1 info
  - api operation id `checkStatusForAllAddAsyncJobs` 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/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)
