Tavily icon

Tavily

Tavily API

Overview

This node operation retrieves the status of a specific research task using its unique request ID. It is useful for tracking the progress or current state of a research request in workflows that involve research data processing or monitoring.

Use Case Examples

  1. A user submits a research task and wants to check its status later in the workflow.
  2. Automated systems that need to verify if a research task has completed before proceeding with subsequent steps.

Properties

Name Meaning
Request ID The unique identifier of the research task used to query its status

Output

JSON

  • status - The current status of the research task
  • requestId - The unique identifier of the research task for which the status was retrieved
  • details - Additional information or metadata about the research status

Dependencies

  • An API key credential or authentication token to access the research service API

Troubleshooting

  • Ensure the Request ID is correctly formatted and corresponds to an existing research task.
  • Check that the API credentials are valid and have the necessary permissions to query research statuses.
  • Common errors include 'Invalid Request ID' if the ID does not exist, or 'Authentication Failed' if credentials are incorrect.

Discussion