Skip to main content
GET
/
v1
/
get_job_files
/
{job_id}
{
  "job_id": "<string>",
  "file_count": 123,
  "files": [
    {
      "filename": "<string>",
      "download_url": "<string>",
      "expires_in": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

API key for authentication. Get your API key at https://app.heytessa.ai/settings

Path Parameters

job_id
string
required

The unique job identifier returned when starting the browser agent

Response

Job files retrieved successfully

Response containing all files downloaded by a job

job_id
string
required

The job ID that downloaded the files

file_count
integer
required

Number of files downloaded by the job

files
Files · object[]
required

List of downloadable files with signed URLs

I