---
title: "Get tasks via GET"
method: GET
path: "/home/tasks"
tags: ["Homepage"]
---

# Get tasks via GET

`GET /home/tasks`

Retrieves paginated tasks for the authenticated user using query parameters for location filter criteria.

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `locationIds` string, nullable
- `businessIds` string, nullable
- `products` string, nullable
- `locationGroupIds` string, nullable
- `labels` string, nullable
- `excludedLocationIds` string, nullable
- `excludedBusinessIds` string, nullable
- `excludedLocationGroupIds` string, nullable
- `excludedLabels` string, nullable
- `filterCategory` string, nullable
- `query` string, nullable

## Response `200`

Tasks retrieved successfully

- object — Paginated response containing tasks with priority count summaries
  - `tasks` object[], required — List of tasks
    - `type` 'ADD_REQUIRED_FIELDS_TO_RESUME_SYNC' | 'CLAIM_LISTING_FOR_LOCATION' | 'CREATE_NEW_POST' | 'ENABLE_EMAIL_NEW_MESSAGES' | 'ENABLE_EMAIL_NEW_FORMS' | 'ENABLE_EMAIL_NEW_POSTING_APPROVAL' | 'ENABLE_EMAIL_NEW_REVIEW_REPLY_APPROVAL' | 'ENABLE_EMAIL_DIGEST' | 'FILL_MISSING_REQUIRED_FIELDS' | 'FILL_MISSING_BASIC_FIELDS' | 'FILL_MISSING_BONUS_FIELDS' | 'FILL_MISSING_ADVANCED_FIELDS' | 'REPLY_NEGATIVE_REVIEWS' | 'REPLY_POSITIVE_REVIEWS' | 'REPLY_STAR_ONLY_REVIEWS' | 'START_SYNCING' | 'SYNC_LOCATIONS' | 'UPDATE_SPECIAL_OPENING_HOURS' | 'GRANT_APPROVAL_NEW_REVIEW_REPLY' | 'REVIEW_LOCATION_SYNC' | 'RESPOND_TO_UNREPLIED_CONVERSATIONS' | 'REVIEW_UNREAD_CONTACT_FORMS' | 'GRANT_APPROVAL_NEW_POSTING' | 'CONNECT_FACEBOOK' | 'CONNECT_GOOGLE' | 'CONNECT_INSTAGRAM' | 'CONNECT_TRUSTPILOT' | 'CONNECT_YELP' | 'REPLY_QA' | 'REVIEW_SUGGESTIONS_ON_LOCATIONS' | 'READ_SOCIAL_COMMENTS' | 'VERIFY_GOOGLE_LISTING' | 'UPLOAD_FIRST_VIDEO' | 'UPLOAD_PHOTO_EVERY_30_DAYS' | 'UPLOAD_VIDEO_EVERY_90_DAYS' | 'ADD_MISSING_ATTRIBUTES_30_PERCENT' | 'ADD_SOCIAL_MEDIA_PROFILES' | 'ADD_ACTION_LINKS' | 'ADD_TEXTING_NUMBER' | 'FILL_MISSING_FIELDS_NAME' | 'FILL_MISSING_FIELDS_STREET' | 'FILL_MISSING_FIELDS_STREET_NO' | 'FILL_MISSING_FIELDS_ZIP' | 'FILL_MISSING_FIELDS_PHONE' | 'FILL_MISSING_FIELDS_CATEGORIES' | 'FILL_MISSING_FIELDS_COUNTRY' | 'FILL_MISSING_FIELDS_DESCRIPTION_SHORT' | 'FILL_MISSING_FIELDS_DESCRIPTION_LONG' | 'FILL_MISSING_FIELDS_OPENINGHOURS' | 'FILL_MISSING_FIELDS_ATTRIBUTES' | 'FILL_MISSING_FIELDS_PHOTOS' | 'FILL_MISSING_FIELDS_WEBSITE' | 'FILL_MISSING_FIELDS_EMAIL' | 'FILL_MISSING_FIELDS_KEYWORDS' | 'FILL_MISSING_FIELDS_SERVICES' | 'ADD_FIELD_NAME_TO_RESUME_SYNC' | 'ADD_FIELD_STREET_NO_TO_RESUME_SYNC' | 'ADD_FIELD_STREET_TO_RESUME_SYNC' | 'ADD_FIELD_PROVINCE_TO_RESUME_SYNC' | 'ADD_FIELD_ZIP_TO_RESUME_SYNC' | 'ADD_FIELD_CITY_TO_RESUME_SYNC' | 'ADD_FIELD_COUNTRY_TO_RESUME_SYNC' | 'ADD_FIELD_LATITUDE_TO_RESUME_SYNC' | 'ADD_FIELD_LONGITUDE_TO_RESUME_SYNC' | 'ADD_FIELD_CATEGORIES_TO_RESUME_SYNC' | 'ADD_FIELD_PHONE_TO_RESUME_SYNC' | 'ADD_FIELD_EV_DATA_TO_RESUME_SYNC' | 'CREATE_LOCATOR', required — Type of the task
    - `parameters` object, required — Additional parameters providing context for the task
      - `total` object, nullable — Total count of locations related to the task. Returns an integer when ≤ 100, or the string "100+" when count exceeds 100.
      - `address` string, nullable — Address of the location
      - `directory` string, nullable — Directory name related to the task
      - `directoriesCount` integer, nullable — Number of directories affected
      - `field` string, nullable — Field name that requires attention
      - `locationIds` integer[], nullable — Set of location IDs affected by this task
    - `locationId` integer, nullable — Location identifier this task is associated with
    - `priority` 'LOW' | 'MEDIUM' | 'HIGH', required — Priority level of the task
    - `product` string, required — Product area the task relates to
    - `link` string, required — Deep link URL to resolve the task
  - `page` integer — Current page number
  - `pageSize` integer — Number of items per page
  - `size` integer — Number of items in the current page
  - `totalCount` integer — Total number of tasks
  - `totalHighPriorityCount` integer — Total number of high priority tasks
  - `totalMediumPriorityCount` integer — Total number of medium priority tasks
  - `totalLowPriorityCount` integer — Total number of low priority tasks

## Other responses

- `400` — Invalid request parameters
- `401` — Unauthorized - missing or invalid user credentials

---

[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/versions/ddc577c548ee/schema)
