Can I use PantherFlow via Panther API?

Last updated: January 5, 2026

QUESTION

Can I use or access PantherFlow functionality via Panther API?

ANSWER

Yes, as of Panther version 1.117, you can use PantherFlow functionality directly within SQL queries by adding a pragma statement. For example:

-- pragma: pantherflow
union panther_lookups.public.*
| where p_event_time >= time.ago (12h)
image (10).png

This works for all APIs that use SQL, including scheduled queries.