/v1/jobs/{jobId}/reports
GET
/v1/jobs/{jobId}/reportsLists reports created by a specific job. Returns NOT_FOUND if the job does not exist.
Request
The ID of the job.
If set, only reports created after the specified date/time are returned.
The content owner's external ID on which behalf the user is acting on. If not set, the user is acting for himself (his own channel).
Requested page size. Server may return fewer report types than requested. If unspecified, server will pick an appropriate default.
A token identifying a page of results the server should return. Typically, this is the value of ListReportsResponse.next_page_token returned in response to the previous call to the ListReports
method.
If set, only reports whose start time is greater than or equal the specified date/time are returned.
If set, only reports whose start time is smaller than the specified date/time are returned.