Skip to main content
GET
/
api
/
v1
/
brands
/
{brand_id}
/
dashboards
/
competitor-google-ads
/
report
/
{job_id}
Get Competitor Report
curl --request GET \
  --url https://api.example.com/api/v1/brands/{brand_id}/dashboards/competitor-google-ads/report/{job_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "files": []
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

brand_id
string<uuid>
required
job_id
string
required

Response

Successful Response

status
string
required
files
ReportFile · object[]