# Youtube Claims

Youtube claim reports for TheOrchard and SME

| Report Name |  Version  |
|:-----|:--------|
| content_owner_active_claims_a1   | 1.0 | 
| content_owner_active_claims_a2   |  1.1  |


### How to get JobID for Youtube Claim report


`jobs_no_playlists.json` needs `content_owner` and `job_id` for each report/content_owner

1. Go Youtube developer [console](https://developers.google.com/youtube/reporting/v1/reference/rest/v1/jobs/list).
2. Sign-in as `ytbot@theorchard.com`.
3. From API Reference -> Jobs -> List.
4. From APIs Explorer, please select `True` for `includeSystemManaged` and provide content owner ID for field `onBehalfOfContentOwner`.
5. Copy the `id` from the response.

Example response 
```
{
  "jobs": [
           {
            "id": "feadd316-11e9-431d-b914-9c51ebc09e77",
            "reportTypeId": "content_owner_active_claims_a2",
            "name": "Automatically created content_owner_active_claims_a2 job",
            "createTime": "2023-10-29T11:51:47Z",
            "systemManaged": true
          }
  ]
}

```
