Skip to main content
GET
/
v1
/
events
/
{triggerInstanceId}
Fetch a single fire
curl --request GET \
  --url https://brew.new/api/v1/events/{triggerInstanceId} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "INVALID_TRIGGER_INSTANCE_ID",
    "type": "invalid_request",
    "message": "`triggerInstanceId` must be a non-empty string starting with `tin_`.",
    "suggestion": "Use the id returned by POST /v1/events.",
    "docs": "https://docs.brew.new/api-reference/api/errors",
    "param": "triggerInstanceId"
  }
}

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.

Path Parameters

triggerInstanceId
string
required

The tin_<id> returned by POST /v1/events.

Minimum string length: 4

Response

The fire record.