Exa Websets icon

Exa Websets

Create, manage, and query structured datasets from web sources using Exa Websets API

Actions28

Overview

The "Cancel Enrichment" operation in the Exa Websets node allows users to cancel an ongoing enrichment process for a specific webset. Enrichments typically involve AI-powered analysis of web content to add structured insights or metadata. This operation is useful when an enrichment task is no longer needed, is taking too long, or was started by mistake.

Practical scenarios include:

  • Stopping an enrichment that is consuming excessive resources.
  • Canceling an enrichment if the input data has changed and a new enrichment needs to be started.
  • Managing workflow efficiency by halting unnecessary processing.

Properties

Name Meaning
Webset ID The unique identifier of the webset whose enrichment you want to cancel.
Enrichment ID The unique identifier of the specific enrichment process to cancel within the webset.

Output

The output JSON will typically contain confirmation details about the cancellation of the enrichment process. It may include status information indicating whether the cancellation was successful or any relevant metadata returned by the API.

No binary data output is expected from this operation.

Dependencies

  • Requires an active API key credential for the Exa Websets API.
  • The node communicates with the Exa Websets REST API at https://api.exa.ai.
  • Proper configuration of the API authentication in n8n credentials is necessary.

Troubleshooting

  • Common issues:

    • Providing incorrect or non-existent Webset ID or Enrichment ID will likely result in errors.
    • Network connectivity problems can cause request failures.
    • Insufficient permissions or invalid API keys will prevent successful cancellation.
  • Error messages:

    • "Unknown resource": Indicates the resource parameter is invalid; ensure "enrichments" is selected.
    • API error responses related to invalid IDs or unauthorized access should be checked and resolved by verifying inputs and credentials.

Links and References

Discussion