Status URL provides status of a queued screenshot, when you add a screenshot to queue you will be provided this Status URL, you can use this URL to check the status of your Screenshot, you can check sample of response of Status URL below.
{ "requestId": "01954e04-e0c8-73bd-8916-caa6587fefac", "status": "completed", "screenshotUrl": "https://api.screenshotbuddy.com/render/serve/3985ac855f520d7475c4cc76593b21ee/01954e04-e0c8-73bd-8916-caa6587fefac", "screenshotHtmlUrl": "https://api.screenshotbuddy.com/render/download-html/2a30d865b1c7ef23f7c7fc05c8543e00/01954e04-e0c8-73bd-8916-caa6587fefac" }
{ "requestId": "01954e04-e0c8-73bd-8916-caa6587fefac", "status": "pending" }
{ "requestId": "01954e04-e0c8-73bd-8916-caa6587fefac", "status": "processing" }
{ "requestId": "01954e04-e0c8-73bd-8916-caa6587fefac", "status": "failed" }