Gets the current status of a processing job.
curl --request GET \ --url https://api.readfile.io/v1.0.1/file/status/{job_id} \ --header 'X-API-KEY: <api-key>'
{ "strategy": "<string>", "job_id": "<string>", "file_name": "<string>", "status": "<string>", "timestamp": "2023-11-07T05:31:56Z", "result_url": "<string>" }
The ID of the processing job
Successfully retrieved job status
The response is of type object.
object