ℹ️ These docs are for current Galileo customers running v1.0. Docs for the v2.0 version of Galileo can be found here.
{ "text": "<string>", "trace_metadata": { "id": "<string>", "received_at": 123, "response_at": 123, "execution_time": -1 }, "status": "not_triggered" }
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
When a Protect execution completes with the status specified in the configuration, the webhook specified is triggered with this payload.
Text from the request after processing the rules.
Show child attributes
Status of the request after processing the rules.
triggered
failed
error
timeout
paused
not_triggered
skipped
Successful Response
Was this page helpful?