/v1/jobs
GET
/v1/jobsLists jobs.
Request
Query Params
includeSystemManaged
string
optional
If set to true, also system-managed jobs will be returned; otherwise only user-created jobs will be returned. System-managed jobs can neither be modified nor deleted.
onBehalfOfContentOwner
string
optional
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).
pageSize
integer
optional
Requested page size. Server may return fewer jobs than requested. If unspecified, server will pick an appropriate default.
pageToken
string
optional
A token identifying a page of results the server should return. Typically, this is the value of ListReportTypesResponse.next_page_token returned in response to the previous call to the ListJobs
method.
Request samples
Responses
Successful response(200)
Successful response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: a year ago