cURL
curl --request GET \ --url https://api.example.com/v1/get_job_files/{job_id} \ --header 'Authorization: Bearer <token>'
{ "job_id": "<string>", "file_count": 123, "files": [ { "filename": "<string>", "download_url": "<string>", "expires_in": 123 } ] }
Get the files downloaded by the browser agent job.
API key for authentication. Get your API key at https://app.altrina.com/settings
The unique job identifier returned when starting the browser agent
Job files retrieved successfully
Response containing all files downloaded by a job
The job ID that downloaded the files
Number of files downloaded by the job
List of downloadable files with signed URLs
Show child attributes