Work
Get the status of asynchronous work.
Get
GET
https://api.halosecurity.com/api/v1/work/get.json
Parameters
Name
Type
Detail
id
UUID
Required
Response
{
"success":1,
"work":{
"id":"UUID",
"complete":0,
"state":"in-progress",
"duration":5000,
"date_created":"2024-09-23 01:00"
}
}
Last updated
Was this helpful?