Crawlrun results file
GET/crawlruns/:crawlrunId/:fileType
Crawlrun results file
Request
Path Parameters
crawlrunId uuidrequired
fileType stringrequired
Possible values: [csv
, xlsx
, log
, sample
, json
, files
]
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
- application/json
- application/x-ndjson
- Schema
Schema
string
- Schema
Schema
string
- 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...