Get the status of asynchronous search task

Check the current status of a search task that was submitted via /v2/search/submit. This endpoint returns the current status and, if completed, the search results.

The task status can be one of:

  • pending: Task is queued but not yet started
  • running: Task is currently being processed
  • completed: Task has finished successfully and results are available
  • failed: Task failed and error details are provided

Check out official Python client

Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!