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

# List extraction jobs

`GET /extractions`

## Query parameters

- `limit` integer
- `after` string
- `toolType` 'article_extractor' | 'community_extractor' | 'community_moderator_explorer' | 'community_post_extractor' | 'community_search' | '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' | 'verified_follower_explorer'
- `status` 'running' | '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' | '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' | 'verified_follower_explorer', required
    - `status` 'running' | 'completed' | 'failed', required
    - `totalResults` integer, required
    - `createdAt` string, date-time, required
    - `completedAt` string, date-time
  - `hasMore` boolean, required
  - `nextCursor` string

## Other responses

- `401` — Unauthenticated

---

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