Skip to content

Get trigger execution logs​

GET
/api/triggers/{id}/logs

Authorizations​

ApiKeyHeader
Type
API Key (header: X-Api-Key)

Parameters​

Path Parameters

id*
Type
integer
Required

Responses​

Trigger logs

application/json
JSON
[
  
{
  
  
"id": 0,
  
  
"trigger_id": 0,
  
  
"message": "string",
  
  
"triggered_at": "string"
  
}
]

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI