Callback Response
The callback response is a JSON object with the following fields:status: string indicating the status of the callback. Can bequeued,allocated,running,success,failed,cancelledtask_id: string indicating the task IDrecording_id: string indicating the recording IDendpoint_name: string indicating the endpoint nameoutput_data: list of output data objects. Each object can be adictor astring.error: string indicating the error message. If there is no error, it will benull.final_screenshot: base64 encoded string of the final screenshotdownloads: list of download objects. Each object has aurland afilenamefield.downloads_with_metadata: optional list included only when at least one download has metadata. Each object hasurl,filename, andmetadata(nullwhen that file has none). Omitted entirely when no download metadata was set.