v1

latestOpenAPI 3.1.12026-07-242899061.7 MB
file

Get resulted file for the task

Download the completed results of a PFI bulk data task in NDJSON or CSV format.

post/file/{id}

Path parameters

idstring required

task id

Request body

columnsstring[]
format'json' | 'csv'

Example request

{
  "columns": [
    "_id",
    "bin6",
    "exp"
  ]
}

Response

OK