| [ Web Proxy ] |
| Viewing: https://developers.cloudflare.com/api/resources/browser_rendering/subresources/crawl/methods/get | [Back] [Original] |
Returns the result of a crawl job.
The preferred authorization scheme for interacting with the Cloudflare API. Create a token.
Authorization: Bearer Sn3lZJTBX6kkg7OdcBUAxOO963GEIyGQqnFTOFYYThe previous authorization scheme for interacting with the Cloudflare API, used in conjunction with a Global API key.
X-Auth-Email: user@example.comThe previous authorization scheme for interacting with the Cloudflare API. When possible, use API tokens instead of Global API keys.
X-Auth-Key: 144c9defac04969c7bfad8efaa8ea194Browser Rendering WriteBrowser Rendering ReadList of crawl job records.
curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/browser-rendering/crawl/$JOB_ID \
-H "Authorization: Bearer $CLOUDFLARE_API_TOKEN"{
"result": {
"id": "id",
"browserSecondsUsed": 0,
"finished": 0,
"records": [
{
"status": "queued",
"url": "url",
"html": "html",
"json": {
"foo": {}
},
"markdown": "markdown",
"metadata": {
"status": 0,
"url": "url",
"title": "title"
}
}
],
"skipped": 0,
"status": "status",
"total": 0,
"cursor": "cursor"
},
"success": true,
"errors": [
{
"code": 0,
"message": "message"
}
]
}{
"result": {
"id": "id",
"browserSecondsUsed": 0,
"finished": 0,
"records": [
{
"status": "queued",
"url": "url",
"html": "html",
"json": {
"foo": {}
},
"markdown": "markdown",
"metadata": {
"status": 0,
"url": "url",
"title": "title"
}
}
],
"skipped": 0,
"status": "status",
"total": 0,
"cursor": "cursor"
},
"success": true,
"errors": [
{
"code": 0,
"message": "message"
}
]
}| Web Proxy Viewer | New URL | Original Page |