Files
crawlshot/Crawlshot API/Web Crawling/List Crawl Jobs.bru
2025-08-10 21:10:33 +08:00

20 lines
202 B
Plaintext

meta {
name: List Crawl Jobs
type: http
seq: 3
}
get {
url: {{base_url}}/api/crawl
body: none
auth: bearer
}
headers {
Accept: application/json
}
auth:bearer {
token: {{api_token}}
}