API - List Saved Reports

List all the saved reports in your account

Updated over a week ago

List Saved Reports

GET https://ads.teads.tv/api/reports/mine

Request:

Field

Type

Description

Authorization

Header - String

API key

page

Query Parameter - Number

Results page (if results are paginated, 0 indexed)


Success Response (200):

Field

Type

Description

content

Object[]

List of reports

content.id

Number

ID of the report

content.idProfile

Number

ID of the profile that created the report

content.idEntityOwner

Number

ID of the organization

content.name

String

Name of the report

content.json

Object

Settings for the report

content.json.filters

Object

content.json.dimensions

String[]

content.json.metrics

String[]

page

Object[]

Pagination details

page.currentPage

Number

Current page

page.size

Number

Number of results in one page

page.totalElements

Number

Total number of results (across all pages)

page.totalPages

Number

Total number of pages


Error response:

Status code

Description

401

Missing authorization header

401

No valid token found

Did this answer your question?