get
https://api.pearch.ai/v2/search/status/
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 startedrunning: Task is currently being processedcompleted: Task has finished successfully and results are availablefailed: Task failed and error details are provided
Cost: 0 credits
Check out official Python client
