List in-app notifications

View as Markdown

List in-app notifications for the current user in the organization, ordered by most recent first

Authentication

X-API-Keystring

API key supplied via the X-API-Key header. Takes precedence over bearerApiKey when both are present.

OR
AuthorizationBearer

Same organization API key supplied as a Bearer token in the Authorization header (Authorization: Bearer <key>). Compatible with OpenAI-SDK-standard clients. Accepted by all authenticated endpoints; if both X-API-Key and Authorization: Bearer are present, X-API-Key wins.

Query parameters

orgSlugstringRequired
unreadOnlybooleanOptional
needsAttentionbooleanOptional
limitintegerOptional1-100
offsetintegerOptional0-9007199254740991

Response

OK
notificationslist of objects
totaldouble