List attribute definitions
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Project ID
Query Parameters
Max items per page (1-100, default 20).
1 <= x <= 100Opaque page cursor — the cursor query value found inside a prior response's next/previous URL. Normally you never build this yourself: just GET those URLs as-is.
Filter by name (case-insensitive substring match).
Filter by scope: user, company, companyMembership, or eventDefinition (event attributes — attach them to events via the event-definitions surface).
user, company, companyMembership, eventDefinition Order by createdAt / codeName / displayName (prefix - for descending). Text sorting is case-sensitive (byte order): uppercase sorts before lowercase.
createdAt, -createdAt, codeName, -codeName, displayName, -displayName Filter to attributes attached to these event(s), matched by event codeName (EXACT match — not displayName; a displayName silently matches nothing). Multiple values OR together.
Response
List of attribute definitions