curl --request POST \
--url https://api.webtranspose.com/v1/crawl/get \
--header 'Content-Type: application/json' \
--data '{
"crawl_id": "<string>"
}'
Retrieve the crawl status.
curl --request POST \
--url https://api.webtranspose.com/v1/crawl/get \
--header 'Content-Type: application/json' \
--data '{
"crawl_id": "<string>"
}'
OK