API - List Files for Saved Report

Retrieve all files generated for a saved report

Updated over a week ago

List Files for Saved Report

GET: https://ads.teads.tv/api/reports/:id/files

Request:

Field

Type

Description

Authorization

Header - String

API key


Success Response (200):

Field

Type

Description

response

Object[]

Array containing list of files for the report

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?