GET
/
v0.1
/
batches
/
{id}
/
results
{
  "status": "success",
  "data": {
    "data": [
      {
        "row_id": "a427201b-2340-4f06-ad68-2da8e0fdb120",
        "user_provided_data_uuid": "51",
        "row_data_json": {
          "website": "http://www.acmeco.com",
          "site description": "Acme Co is...",
          "contact email": "[email protected]",
          "pricing page link": "Not Found"
        },
        "row_list_data_json": [
          {
            "name": "Product A",
            "price": "$99",
            "description": "Description for product A"
          },
          {
            "name": "Product B",
            "price": "$149",
            "description": "Description for product B"
          },
          {
            "name": "Product C",
            "price": "$199",
            "description": "Description for product C"
          }
        ],
        "confidence_interval": 8,
        "links_crawled": [
          "http://www.acmeco.com",
          "http://www.acmeco.com/about"
        ],
        "list": false,
        "list_entity_count": 0,
        "error": true
      }
    ]
  },
  "message": "<string>",
  "error": {
    "code": 123,
    "details": "<string>"
  },
  "file": {}
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Batch ID to retrieve results from

Query Parameters

output_type
enum<string>

Output type (raw, stream, webhook) - default raw

Available options:
raw,
stream,
webhook
webhook_url
string

Webhook URL to send data to (if output_type "webhook" is selected. If not set and webhook is selected, it will default to the existing webhook associated with the batch if one exists.

Response

200
application/json
Successfully retrieved batch results
status
enum<string>
required
Available options:
success,
error
Example:

"success"

data
object
required
message
string
required
error
object
file
object