---
title: "Find review template jobs for given location Ids"
method: GET
path: "/review-template/jobs"
tags: ["Review Generation"]
---

# Find review template jobs for given location Ids

`GET /review-template/jobs`

Returns the review template jobs for all locations managed by the authenticated user. Returns an empty list (HTTP 200) when the user lacks the required features or has no managed locations with the required product plan features.

## Response `200`

OK. Empty list when the user has no permitted locations.

- object[]
  - `batchId` integer, nullable
  - `reviewTemplate` object
    - `id` integer, nullable
    - `type` string, nullable
    - `name` string, nullable
    - `locationIds` integer[], nullable
    - `bodyText` string, nullable
    - `senderName` string, nullable
    - `email` object
      - `senderEmailId` string, required
      - `footerText` string, required
      - `subject` string, required
      - `actionButtonColor` string, required
      - `privacyLink` string, nullable
      - `media` object[], nullable
        - `mediaId` integer, nullable
        - `message` string, nullable
        - `uploadUrl` string, nullable
    - `reviewLinks` object[], nullable
      - `url` string, required
      - `label` string, nullable
    - `createdAt` string, nullable
    - `updatedAt` string, nullable
    - `errors` string[], nullable
    - `message` string, nullable
  - `metrics` object
    - `externalJobId` string, nullable
    - `sent` integer, nullable
    - `opened` integer, nullable
    - `clicked` integer, nullable
  - `scheduledDateUTC` string, nullable
  - `message` string, nullable

## Other responses

- `401` — Request is not authenticated

---

[API](https://skmtc.net/uberall/apis/uberall-api.md) · [All operations](https://skmtc.net/uberall/apis/uberall-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uberall/uberall-api/revisions/3e6bbc61550f/schema)
