Qeep
    • Screening
      • Screen transaction
        POST
      • Get screening result by ID
        GET
      • Rescreen transaction
        POST
      • List screening requests
        GET
      • Record screening outcome
        POST
    • Watchlists
      • Entries
        • Add watchlist entry
        • List watchlist entries
        • Remove watchlist entry
        • Export watchlist entries
        • Bulk import watchlist entries
      • Jobs
        • Cancel a watchlist import job
        • Get watchlist import job
        • List watchlist import jobs
        • Sync watchlist
      • List watchlists
        GET
      • Create watchlist
        POST
      • Update watchlist
        PATCH
    • Schemas
      • ValidationErrorDetail
      • RecordOutcome
      • ErrorDetails
      • ApiErrorResponse
      • ScreeningResult
      • Watchlist
      • ScreenTransaction
      • CreateWatchlist
      • ScreeningRequestsList
      • WatchlistsList
      • Rescreen
      • UpdateWatchlist
      • WatchlistEntriesList
      • WatchlistEntry
      • AddEntry
      • RemoveWatchlistEntry
      • SyncWatchlist
      • WatchlistImportJob
      • WatchlistExport
      • WatchlistImportJobsList

    WatchlistImportJobsList

    {
        "data": [
            {
                "id": "string",
                "watchlistId": "string",
                "status": "string",
                "fileName": "string",
                "totalRows": 0,
                "importedRows": 0,
                "skippedRows": 0,
                "failedRows": 0,
                "progressPercent": 0,
                "errors": [
                    {
                        "row": -9007199254740991,
                        "sourceId": "string",
                        "primaryName": "string",
                        "message": "string"
                    }
                ],
                "errorMessage": "string",
                "createdAt": "string",
                "completedAt": "string"
            }
        ],
        "pagination": {
            "total": 0,
            "page": 1,
            "limit": 1,
            "totalPages": 0
        }
    }
    Built with