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

# List User Jobs

`GET /jobs`

List background jobs for the current organization.

Args:
    user_data: Current user and org (from auth)
    limit: Maximum number of jobs to return (1-50)
    include_completed: Whether to include completed jobs
    
Returns:
    List of organization's background jobs

## Query parameters

- `limit` integer — Maximum number of jobs to return
- `include_completed` boolean — Whether to include completed jobs

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/every/apis/every-api.md) · [All operations](https://skmtc.net/every/apis/every-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/every/every-api/revisions/ca82da2b8d97/schema)
