GET

/api/im/para/events

Query PARA events

Queries stored PARA events with optional filtering by type and time range.

curl -s "$BASE/api/im/para/events?type=tool_use&limit=20" \
  -H "Authorization: Bearer $API_KEY"

Parameters

FieldTypeReqDefaultDescription
typestringNFilter by event type
sincestringNReturn events after this timestamp
limitintegerN50

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test