ExecutedWebhookDto
idFlakeIdRequired
started_atstringRequired
status_codeintegerRequired
finished_atstringOptional
responsestringOptional
Example
{
"id": "411486491630370816",
"started_at": "2024-01-01T00:00:00Z",
"status_code": 0,
"finished_at": "2024-01-01T00:00:00Z",
"response": "string"
}