Skip to main content

Authorizations

x-api-key
string
header
required

API key provided by Helios Intelligence

Body

application/json
runId
string<uuid>
required

Unique identifier for this analysis run

status
enum<string>
required

Indicates successful completion

Available options:
completed
timestamp
string<date-time>
required

ISO 8601 timestamp when the webhook was sent

sequenceNumber
integer
required

Monotonically increasing number for ordering webhooks

Example:

7

result
object
required
agent
enum<string>

The agent type that processed this request

Available options:
light,
deep

Response

200

Webhook received successfully. Return 200 OK to acknowledge receipt.