cURL
curl --request GET \ --url https://api.mediapi.dev/v1/jobs \ --header 'X-API-Key: <api-key>'
{ "jobs": [ { "id": "job_abc123", "status": "pending", "input_url": "<string>", "operations": [ { "type": "image_resize", "params": { "width": 800, "height": 600 } } ], "outputs": [ {} ], "error": "<string>", "progress": {}, "created_at": "2023-11-07T05:31:56Z", "completed_at": "2023-11-07T05:31:56Z" } ], "limit": 123, "offset": 123 }
List your recent jobs with pagination.
x <= 100
Job list
Show child attributes