v1

latestOpenAPI 3.1.12026-07-242899061.7 MB
task

Get task status

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

get/task/{id}

Path parameters

idstring required

task id

Response

OK

completedAtstring
durationinteger
errorstring
eventsinteger
filenamestring
startedAtstring

Example response

{
  "completedAt": "2025-01-18T20:39:11.000Z",
  "duration": 11923,
  "error": "pipeline has been terminated due to execution limit",
  "events": 120,
  "filename": "file-2024-11-11T01.csv",
  "startedAt": "2025-01-18T20:34:00.000Z"
}