Can I retrieve all the events that are included in a single alert using Panther API?
Last updated: November 7, 2025
QUESTION
Can I retrieve all the event payloads that are included in a single alert using Panther API?
ANSWER
Yes, you can use the REST API endpoint GET /alerts/{id}/events:
Create an API token in your Panther Console
Pass the API token and the alert ID in your API call

Get the events under the
resultsin your calls Response Body.

For additional context about REST API and how to interact with your Panther entities check our documentation page.