API Events
Get API Events
Get API Events
Get API Events.
get/environments/{envId}/apis/{apiId}/events
Query parameters
pageinteger
The page number for pagination.
perPageinteger
The number of items per page for pagination.
frominteger
The timestamp from which the logs will be returned.
tointeger
The timestamp to which the logs will be returned.
typesstring[]
List of event types to filter on.
Response
Page of Event
Example response
{
"data": [
{
"id": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
"createdAt": "2023-05-18 12:40:46.184000+00:00",
"environmentIds": [
"1719d8d1-8d01-48f6-99d8-d18d0178f6d4"
],
"initiator": {
"id": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
"displayName": "John Doe"
},
"type": "START_API",
"payload": "{\"id\":\"023d7a64-b5de-4e1a-bd7a-64b5dede1adb\"}"
}
]
}