---
title: "Get Emergency Map Configuration Task"
method: GET
path: "/restapi/v1.0/account/{accountId}/emergency-address-auto-update/tasks/{taskId}"
tags: ["Automatic Location Updates"]
---

# Get Emergency Map Configuration Task

`GET /restapi/v1.0/account/{accountId}/emergency-address-auto-update/tasks/{taskId}`

Returns results of the task created within the frame of Automatic
Location Updates feature. Currently four task types are supported: 'Wireless
Points Bulk Create', 'Wireless Points Bulk Update', 'Switches Bulk Create',
'Switches Bulk Update'.

## Path parameters

- `accountId` string, required
- `taskId` string, required

## Response `200`

Task information

- AutomaticLocationUpdatesTaskInfo
  - `id` string — Internal identifier of a task
  - `status` 'Accepted' | 'InProgress' | 'Completed' | 'Failed' — Status of a task
  - `creationTime` string, date-time — Task creation time
  - `lastModifiedTime` string, date-time — Time of the task latest modification
  - `type` 'WirelessPointsBulkCreate' | 'WirelessPointsBulkUpdate' | 'SwitchesBulkCreate' | 'SwitchesBulkUpdate' — Type of task
  - `result` TaskResultInfo — Task detailed result. Returned for failed and completed tasks
    - `records` TaskResultRecord[] — Detailed task results by elements from initial request
      - `id` string — Internal identifier of the created/updated element - wireless point or network switch
      - `bssid` string — Unique 48-bit identifier of the wireless access point complying with MAC address conventions. Returned only for 'Wireless Points Bulk Create' tasks
      - `chassisId` string — Unique identifier of a network switch. Returned only for 'Switches Bulk Create' tasks
      - `port` string — Switch entity extension for better diversity. Should be used together with chassisId.
      - `status` string — Operation status
      - `errors` TaskResultRecordErrorsInfo[]
        - `errorCode` string
        - `message` string
        - `parameterName` string
        - `description` string

---

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