Get crawl status and results for an asynchronous crawl job.
DELETE /v1/crawl/{execution_id} to stop the execution.POST /v1/crawlFormat: crawl-{hostname}-{uuid}Note: If the execution ID does not exist, 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 abortednull if the crawl is still running or if the count cannot be determined.execution_idDELETE /v1/crawl/{execution_id} to stop running executions