Patrick Ogenstad
01/24/2025, 3:41 PMMarvin
01/24/2025, 3:41 PM/api/automation/filter
endpoint. The general functionality for automations allows for flexible event-driven actions, but the exact mechanism for filtering by name prefix isn't explicitly mentioned.
If the current API requires exact matches, and there's no built-in support for prefix filtering, you might need to retrieve all automations and apply client-side filtering based on your prefix criteria. Alternatively, you could look into custom triggers if they fit your use case, though they are typically event-based rather than name-based.
For more details on automations in Prefect 3.x, you can refer to the automations documentation.
If you're looking for more advanced features or if this is a limitation, consider reaching out to the Prefect community or checking for any updates in the Prefect GitHub repository.