Report run results file
GET/reportruns/:reportRunId/:fileType
Report run results file
Request
Path Parameters
reportRunId uuidrequired
fileType stringrequired
Possible values: [csv
, xlsx
, json
]
Type of file to retrieve.
JSON is only available for Change reports
Query Parameters
_apikey stringrequired
You can find your API key in the Import.io dashboard under User Settings
Responses
- 200
- 401
- 404
File
- text/csv
- text/csvapplication/vnd.openxmlformats-officedocument.spreadsheetml.sheet
- Schema
Schema
string
- Schema
Schema
string
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
code int
Internal error code.
error stringdeprecated
A message containing a brief description of the error.
message string
A message containing a brief description of the error.
{
"code": 0,
"message": "string"
}
Not found
- application/json
- Schema
- Example (from schema)
Schema
code int
Internal error code.
error stringdeprecated
A message containing a brief description of the error.
message string
A message containing a brief description of the error.
{
"code": 0,
"message": "string"
}
Loading...