---
title: "Check bulk update status"
method: GET
path: "/api/v3.3/pricing-periods/bulk/{updateTaskUid}"
tags: ["Pricing Periods Bulk"]
---

# Check bulk update status

`GET /api/v3.3/pricing-periods/bulk/{updateTaskUid}`

Returns bulk pricing periods update task's status which indicates its progress.

## Path parameters

- `updateTaskUid` string, required

## Response `default`

default response

- PricingPeriodsBulkUpdateTaskApiResponseWrapper
  - `updateTask` PricingPeriodsBulkUpdateTaskApi3Dto
    - `asyncTaskUid` string
    - `failureInfo` string
    - `status` 'QUEUED' | 'PROCESSING' | 'SUCCESSFUL' | 'FAILED'

## Other responses

- `404` — When requested update task does not exist

---

[API](https://skmtc.dev/hostfully/apis/hostfully-api.md) · [All operations](https://skmtc.dev/hostfully/apis/hostfully-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hostfully/hostfully-api/revisions/8387ad22afc6/schema)
