---
title: "Admin Get All Failed Lead Jobs"
method: GET
path: "/v1/admin/failed-lead-jobs"
tags: ["Admin"]
---

# Admin Get All Failed Lead Jobs

`GET /v1/admin/failed-lead-jobs`

[ADMIN] Get failed lead jobs across all orgs.

Uses GSI2 (PK=FAILED_LEAD_JOBS) to fetch all failed jobs in a single
paginated query instead of iterating orgs × failure reasons.
Resolves org names from a single get_all_organizations() call instead
of N individual get_org_record() calls.

## Response `200`

Successful Response

- unknown

---

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