API - Get Latest File for Saved Report

Retrieve the latest generated file for a saved report

Updated over a week ago

Get Latest File for Saved Report

GET https://ads.teads.tv/api/reports/:id/latest-file

Request:

Field

Type

Description

Authorization

Header - String

API key

Success Response (200):

Field

Type

Description

url

URL

Public URL to download report

LastModified

ISO8601

Date when file was generated

Size

Number

Size of the file

name

String

Name of file

Error Response:

Status Code

Description

401

Missing authorization header

401

No valid token found

403

Cannot access current report

Did this answer your question?