---
title: "List Jobs"
method: GET
path: "/api/jobs"
tags: ["jobs"]
---

# List Jobs

`GET /api/jobs`

## Query parameters

- `status` string, nullable
- `job_type` string, nullable
- `limit` integer

## Response `200`

Successful Response

- BackgroundJobResponse[]
  - `id` string, required
  - `user_id` integer, required
  - `job_type` string, required
  - `queue` string, required
  - `status` string, required
  - `progress` object, nullable
  - `result` object, nullable
  - `error_message` string, nullable
  - `celery_task_id` string, nullable
  - `attempts` integer, required
  - `max_attempts` integer, required
  - `started_at` string, date-time, nullable
  - `finished_at` string, date-time, nullable
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-06-13** `33e4ba4936ad` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/xorbitsai/apis/xagent/changes/api/jobs/get.md)

---

[API](https://skmtc.dev/xorbitsai/apis/xagent.md) · [All operations](https://skmtc.dev/xorbitsai/apis/xagent/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xorbitsai/xagent/revisions/33e4ba4936ad/schema)
