Get the latest crawl run results as a csv
Get the latest crawl run results as a csv
Path Parameters
- extractorId string required
The id of the extractor to start get the latest crawl run data
Responses
- 200
- 401
- 404
OK
- text/csv
- Schema
- Example (from schema)
Schema
property name*
string
{}
User doesn't own this extractor, or doesn't have a valid session.
- text/csv
- Schema
- Example (from schema)
Schema
- code int
Internal error code
- message string
A message containing a brief description of the error
- error string
(deprecated) A message containing a brief description of the error
{
"code": 0,
"message": "string",
"error": "string"
}
Not found: Extractor has not been run.
- text/csv
- Schema
- Example (from schema)
Schema
- code int
Internal error code
- message string
A message containing a brief description of the error
- error string
(deprecated) A message containing a brief description of the error
{
"code": 0,
"message": "string",
"error": "string"
}
Loading...