cURL
curl --request GET \ --url https://api.readfile.io/v1.0.1/file/jobs \ --header 'X-API-KEY: <api-key>'
[ { "strategy": "<string>", "job_id": "<string>", "file_name": "<string>", "status": "<string>", "timestamp": "2023-11-07T05:31:56Z", "elapsed_time_ms": 123 } ]
Returns a list of the processing jobs you have submitted to ReadFile.
The number of jobs to return, sorted in timestamp order.
Successfully retrieved jobs list
The response is of type object[].
object[]