The following API endpoints are provided by the Process Tracker module. These API endpoints focus on the retrieval of process execution events. To access other aspects associated with Endpoint Security server artifacts such as alerts and policies, refer to the Endpoint Security REST API Guide..
Endpoint | Purpose |
|---|---|
/events | GET the process execution events currently available as JSON. |
/events/export | GET the process execution events currently available as CSV. |
/events/:id | GET a specific process execution event. |
Accessing these API endpoints is the same process as for the base API for the Process Tracker server. For more information, refer to the Endpoint Security REST API Guide.