Retrieve firewall events and security actions for a specific Vercel project. Use this tool when you need to: - Monitor security events and blocked requests for a project - Analyze firewall actions (blocks, challenges, rate limits) over a time period - Investigate suspicious acti…
hostsstringComma-separated list of hostnames to filter firewall events by. Only events affecting these domains will be returned. Example: 'example.com,www.example.com'.
teamIdstringThe Team identifier to perform the request on behalf of. Required when accessing team resources.
projectIdRequiredstringThe unique identifier of the Vercel project (e.g., 'prj_abc123'). Required parameter to retrieve firewall events for that specific project.
endTimestampintegerEnd timestamp in milliseconds (Unix epoch) to filter firewall events until. Events returned will be up to this time. If not provided, returns events up to the current time.
startTimestampintegerStart timestamp in milliseconds (Unix epoch) to filter firewall events from. Events returned will be from this time onwards. If not provided, returns recent events.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action