Skip to content

Event types

analysis.completed

After an analysis has finished or when an error has occured.

Example

1
2
3
4
5
6
7
{
    "type": "analysis.completed",
    "data": {
        "analysis_id": "f3a61f0c-a9bd-4034-86d2-990c4f9a452a",
        "status": "AVAILABLE"
    }
}

webhook.test

A test webhook event that is triggered via the dashboard or the API.

Example

1
2
3
4
5
6
{
    "type": "webhook.test",
    "data": {
        "status": "OK"
    }
}