v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1381825.8 KB
jobs

Lists reports created by a specific job. Returns NOT_FOUND if the job does not exist.

get/v1/jobs/{jobId}/reports

Path parameters

jobIdstring required

The ID of the job.

Query parameters

createdAfterstring

If set, only reports created after the specified date/time are returned.

onBehalfOfContentOwnerstring

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).

pageSizeinteger

Requested page size. Server may return fewer report types than requested. If unspecified, server will pick an appropriate default.

pageTokenstring

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.

startTimeAtOrAfterstring

If set, only reports whose start time is greater than or equal the specified date/time are returned.

startTimeBeforestring

If set, only reports whose start time is smaller than the specified date/time are returned.

Response

Successful response