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

---

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