---
title: "List extraction jobs"
method: GET
path: "/extractions"
tags: ["Extractions"]
---

# List extraction jobs

`GET /extractions`

Returns extraction jobs with status and result counts.

## Query parameters

- `limit` integer
- `cursor` string
- `toolType` 'article_extractor' | 'community_extractor' | 'community_moderator_explorer' | 'community_post_extractor' | 'community_search' | 'favoriters' | 'follower_explorer' | 'following_explorer' | 'list_follower_explorer' | 'list_member_extractor' | 'list_post_extractor' | 'mention_extractor' | 'people_search' | 'post_extractor' | 'quote_extractor' | 'reply_extractor' | 'repost_extractor' | 'space_explorer' | 'thread_extractor' | 'tweet_search_extractor' | 'user_likes' | 'user_media' | 'verified_follower_explorer' — Identifier for the extraction tool used to run a job.
- `status` 'pending' | 'running' | 'canceled' | 'completed' | 'failed'

## Response `200`

Extraction job list

- object
  - `extractions` ExtractionJob[], required
    - `id` string, required
    - `toolType` 'article_extractor' | 'community_extractor' | 'community_moderator_explorer' | 'community_post_extractor' | 'community_search' | 'favoriters' | 'follower_explorer' | 'following_explorer' | 'list_follower_explorer' | 'list_member_extractor' | 'list_post_extractor' | 'mention_extractor' | 'people_search' | 'post_extractor' | 'quote_extractor' | 'reply_extractor' | 'repost_extractor' | 'space_explorer' | 'thread_extractor' | 'tweet_search_extractor' | 'user_likes' | 'user_media' | 'verified_follower_explorer', required — Identifier for the extraction tool used to run a job.
    - `status` 'pending' | 'running' | 'canceled' | 'completed' | 'failed', required
    - `totalResults` integer, required
    - `resultsLimit` integer — Requested result limit.
    - `effectiveResultsLimit` integer — Result limit after affordability checks.
    - `completionReason` 'budget_limited' | 'canceled' | 'deadline_reached' | 'failed' | 'pagination_safety_limit' | 'partial_failure' | 'requested_limit_reached' | 'source_exhausted' — Why a terminal job stopped.
    - `errorMessage` string — Safe error code for a failed job.
    - `createdAt` string, date-time, required
    - `completedAt` string, date-time
  - `hasMore` boolean, required
  - `nextCursor` string

## Other responses

- `400` — Invalid input
- `401` — Unauthenticated
- `429` — Xquik tier rate limit exceeded. The response includes a `Retry-After` header with the number of seconds to wait before retrying.

## Changes

- **2026-08-28** `a46c465a7ef1` — 3 warning
  - added the new `deadline_reached` enum value to the `extractions/items/completionReason` response property for the response status `200`
  - added the new `pagination_safety_limit` enum value to the `extractions/items/completionReason` response property for the response status `200`
  - added the new `partial_failure` enum value to the `extractions/items/completionReason` response property for the response status `200`
- **2026-08-24** `5b381ffca02c` — 2 warning, 7 info
  - added the new `canceled` enum value to the `extractions/items/status` response property for the response status `200`
  - added the new `pending` enum value to the `extractions/items/status` response property for the response status `200`
  - added the new enum value `canceled` to the `query` request parameter `status`
  - added the new enum value `pending` to the `query` request parameter `status`
  - …5 more
- …earlier changes not shown

[Full history](https://skmtc.dev/xquik-dev/apis/xquik-api-3/changes/extractions/get.md)

---

[API](https://skmtc.dev/xquik-dev/apis/xquik-api-3.md) · [All operations](https://skmtc.dev/xquik-dev/apis/xquik-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xquik-dev/xquik-api-3/revisions/3e010a962d32/schema)
