# List LinkedIn Extraction jobs

List all LinkedIn extractions for the authenticated user

Endpoint: GET /v1/extractions/
Version: 1.1.0
Security: BearerToken

## Response 200 fields (application/json):

  - `search_id` (string, required)

  - `search_name` (string)

  - `status` (string, required)

  - `extraction_type` (string, required)

  - `total_prospects` (integer, required)
    Get the total number of prospects in the search.

  - `search_date_created` (string)


