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