LogoLogo
DocsSupportDashboard
  • Introduction
    • Data Types
    • Target Filtering
    • Scan Selection
    • Pagination & Sorting
    • Permissions
    • Appendix
  • Authentication
  • Webhooks
  • Events
  • Appendix
    • Targets Filter
    • Date Match
    • IP Range
  • Endpoints
    • Discovery
    • Target
    • Scan
    • Issue
    • Tag
    • Port
    • DNS
    • HTTP
    • Whois
    • Technology
    • Website
    • Acknowledged
    • Event
    • Dark Web
    • Integration
    • PCI
    • Report
    • User
    • Account
    • Security
    • File
    • Work
Powered by GitBook

© 2024 Halo Security

On this page
  • Get
  • Parameters
  • Response

Was this helpful?

  1. Endpoints

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"   
    }
}
{
    "success":1,
    "work":{
        "id":"UUID",
        "complete":1,
        "state":"success",
        "duration":60000,
        "date_created":"2024-09-23 01:01"   
    }
}
PreviousFile

Last updated 7 months ago

Was this helpful?