Get task status

Poll the processing status of a PFI bulk data task to determine when results are ready.

What this endpoint does

This endpoint checks the progress of a Payment Fraud Intelligence (PFI) bulk data task. After submitting a request through any PFI bulk data endpoint (such as PFI: Full Card Data or PFI: Check Data), use the returned taskId to poll this endpoint for completion. A task progresses through three states: queued (startedAt is null), running (startedAt has a value but completedAt is null), and complete (completedAt has a value). Do not poll more than once per minute, and wait at least one minute after submitting a bulk data request before the first poll. Once the task is complete, use the PFI: Pickup Data endpoint to retrieve the results.

Response data

The response includes startedAt and completedAt timestamps indicating the task's current state, the output filename, the number of events (records) collected, and the processing duration. Check the completedAt field to determine if the task has finished — a null value means the task is still queued or running.

Path Params
string
required

task id

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json