Skip to main content
GET
/
v1
/
events
List recent fires
curl --request GET \
  --url https://brew.new/api/v1/events \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "INVALID_LIMIT",
    "type": "invalid_request",
    "message": "`limit` must be an integer between 1 and 100.",
    "suggestion": "Pass a `limit` between 1 and 100.",
    "docs": "https://docs.brew.new/api-reference/api/errors",
    "param": "limit"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.brew.new/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
default:Bearer brew_your_api_key
required

Send your Brew API key as Authorization: Bearer brew_xxx.

Query Parameters

limit
integer
default:25

Maximum number of rows to return. Default 25, max 100.

Required range: 1 <= x <= 100
triggerEventId
string

Filter results to one specific trigger event id.

Response

List of recent fires (newest first).