ℹ️ These docs are deprecated. Move to the current v2.0 Galileo docs.
{ "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?