Files
crawlshot/Crawlshot API/Web Crawling/Get Crawl Status - Results.bru
2025-08-11 02:35:35 +08:00

20 lines
250 B
Plaintext

meta {
name: Get Crawl Status - Results
type: http
seq: 2
}
get {
url: {{base_url}}/api/crawl/534d02c4-bef6-4f25-8250-3277cc21ca45
body: none
auth: bearer
}
headers {
Accept: application/json
}
auth:bearer {
token: {{api_token}}
}