Update
This commit is contained in:
19
Crawlshot API/Web Crawling/Get Crawl Status - Results.bru
Normal file
19
Crawlshot API/Web Crawling/Get Crawl Status - Results.bru
Normal file
@@ -0,0 +1,19 @@
|
||||
meta {
|
||||
name: Get Crawl Status - Results
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{base_url}}/api/crawl/:uuid
|
||||
body: none
|
||||
auth: bearer
|
||||
}
|
||||
|
||||
headers {
|
||||
Accept: application/json
|
||||
}
|
||||
|
||||
auth:bearer {
|
||||
token: {{api_token}}
|
||||
}
|
||||
Reference in New Issue
Block a user