cURL
curl --request GET \ --url https://{host}/work-locations/public/api/imports/user-locations/progress \ --header 'Authorization: <authorization>'
{ "progress": 43 }
Retrieve the progress of the Import User Locations API request.
API key. Value must be formatted like so: lucca application={api_key}.
lucca application={api_key}
Identifier of the import
OK
0:not started, 1-99:in progress, 100:success
43
Was this page helpful?