Logs Read Access.
Actions
Search Events
Search for events based on the specified query.
Required token:

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Logs Read Access.
| Parameter | Description |
|---|---|
| End Time | The end of the time range to retrieve events from. |
| Query | A search expression to get matching events. For more information, visit the query language documentation. |
| Start Time | The start of the time range to retrieve events from. |
| Parameter | Description |
|---|---|
| Max Count | The maximum number of events to get. Set from 1 to 5000. |
{
"status": "success",
"matches": [
{
"timestamp": "1393009097459537089",
"message": "hello, world",
"severity": 3,
"session": "sess_d5952fdd-eed2-45f1-8106-b2f2af55dabd",
"thread": "28",
"attributes": {
"tag": "foo"
}
}
],
"sessions": {
"sess_d5952fdd-eed2-45f1-8106-b2f2af55dabd": {
"serverHost": "some.host.name",
"serverIP": "1.2.3.4",
"session": "sess_d5952fdd-eed2-45f1-8106-b2f2af55dabd"
}
},
"cpuUsage": 12,
"continuationToken": "L6_ckjI4BgATVPZkxGaUwQ--"
}
Was this page helpful?