YouTube Reporting API
  1. jobs
YouTube Reporting API
  • jobs
    • /v1/jobs
      GET
    • /v1/jobs
      POST
    • /v1/jobs/{jobId}
      DELETE
    • /v1/jobs/{jobId}
      GET
    • /v1/jobs/{jobId}/reports
      GET
    • /v1/jobs/{jobId}/reports/{reportId}
      GET
  • media
    • /v1/media/{resourceName}
      GET
  • reportTypes
    • /v1/reportTypes
      GET
  1. jobs

/v1/jobs

POST
/v1/jobs
Creates a job and returns it.

Request

Query Params

Body Params application/json

Examples

Responses

🟢200Successful response
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://youtubereporting.googleapis.com//v1/jobs' \
--header 'Content-Type: application/json' \
--data-raw '{
    "createTime": "string",
    "expireTime": "string",
    "id": "string",
    "name": "string",
    "reportTypeId": "string",
    "systemManaged": true
}'
Response Response Example
{
    "createTime": "string",
    "expireTime": "string",
    "id": "string",
    "name": "string",
    "reportTypeId": "string",
    "systemManaged": true
}
Modified at 2023-08-15 05:44:52
Previous
/v1/jobs
Next
/v1/jobs/{jobId}
Built with