Actions18
- Search Actions
- Map Actions
- Extract Actions
- Research Actions
- Crawl Actions
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
- A user submits a research task and wants to check its status later in the workflow.
- 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 taskrequestId- The unique identifier of the research task for which the status was retrieveddetails- 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.