Get crawl status and results for an asynchronous crawl job.
DELETE /v2/crawl/{execution_id} to stop the execution.POST /v2/crawlFormat: crawl-{hostname}-{uuid}Note: If the execution ID does not exist or does not belong to your organization, the endpoint returns a 404 Not Found error."pending" - Execution has been created but not yet started"running" - Execution is currently processing"completed" - Execution finished successfully"failed" - Execution failed or was abortednullexecution_idsteps array in the response to see which phase of the crawl is currently executingmeta.progress to see real-time counts of collections and listings discoveredDELETE /v2/crawl/{execution_id} to stop running executions