List User Extractions
user-extractions
List User Extractions
List all available extractions for the authenticated user.
Returns all extractions from the Chrome extension (PitchBook, LinkedIn, etc.).
Args: current_user: Authenticated user information settings: Application settings limit: Maximum number of extractions to return (default: 50) offset: Number of extractions to skip (default: 0) source: Optional filter by extraction source (e.g., ‘PitchBook’)
Returns: List of available extractions with metadata
GET
List User Extractions
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.