v1
latestOpenAPI 3.0.12026-07-24501176.6 MBGet Events Logs
Retrieves the log of all events of the org.
get/events/logs
Query parameters
from_datestring
Filter logs of a specific duration. Pass the start date in YYYY-MM-DD format.
to_datestring
Filter logs of a specific duration. Pass the end date in YYYY-MM-DD format.
event_namestring
Name of the event to fetch the log of a specific event.
limitinteger
Number of results to retrieve.
Response
200
Example response
{
"data": [
{
"startTime": 1746938336049,
"responseTime": 504,
"orgId": 100737,
"status": "EVENT_SUCCESS",
"eventName": "Group_User_Event",
"inputRequest": "{\"event_name\":\"Group_User_Event\",\"String\":\"rutuja_capillary\",\"enum\":\"customerUserGroup\",\"customer\":\"919970388310\"}",
"id": "b40d2f6b-42e1-4177-9d01-a01fe063c602",
"webhookId": "67b62dffb7f5337f8a8237970bd0a467",
"parentOrgId": -1,
"message": "Event processed successfully"
}
]
}