Retrieve a CSV upload status

get/locations/v1/locations/async-operation/{id}

Return status information for a CSV location upload by using the async location ID as a parameter.

SecurityBearer
Request
path Parameters
id
required
string <uuid>

The unique indentifier of the async operation location ID. For example, 945e70ec-b043-4cad-9ed0-069c06fdb8af.

Responses
200

OK

400

Bad request

404

Not found

500

Internal server error

Request samples
Response samples
application/json
{
  • "status": "INITIALIZED",
  • "startedAt": "string",
  • "endedAt": "string",
  • "progressPercent": 0,
  • "suggestedPollingIntervalSeconds": 0,
  • "timeoutMinutes": 0,
  • "result": {
    },
  • "id": "string",
  • "type": "locations/asyncOperation"
}