Querying for a policy's locations
Use the following endpoints to retrieve information about the policy locations for a specific job:
- GET
/job/v1/jobs/{jobId}/locations
- GET
/job/v1/jobs/{jobId}/locations/{locationId}
Note that account locations and policy locations are distinct resources. Therefore, the
ID of a job's PolicyLocation
is different than the ID of the
corresponding AccountLocation
.