Get current inputs for an extractor
GET/extractors/:extractorId/inputs
Get current inputs for an extractor
Request
Path Parameters
extractorId uuidrequired
Query Parameters
_apikey stringrequired
You can find your API key in the Import.io dashboard under User Settings
Responses
- 200
- 401
- 404
Extractor inputs retrieved successfully
- application/json
- Schema
- Example (from schema)
Schema
_url string
{
"_url": "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...