Openapi
Return the mixed attention inbox for the authenticated member, including live running work and pending invitations.
Supabase browser session cookie. Supabase may split larger session values into chunked cookies like sb-auth-token.0.
In: cookie
uuid1 <= value <= 2010application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/organizations/123/notifications/inbox?limit=1"{ "items": [ { "id": "string", "source": "notification", "group": "needs-action", "type": "task.assigned", "createdAt": "2019-08-24T14:15:22Z", "subjectLabel": "string", "summary": "string", "actionPath": "string", "originator": { "kind": "user", "displayName": "string", "avatarUrl": "string" }, "readAt": "2019-08-24T14:15:22Z", "resolvedAt": "2019-08-24T14:15:22Z", "notification": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "eventId": "d6703cc8-9e79-415d-ac03-a4dc7f6ab43c", "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9", "recipientUserId": "b75206a2-d744-4b29-9351-fc8f8b811db2", "type": "task.assigned", "priority": "low", "actorUserId": "94141e08-adc7-44ce-bed3-45f031b9f36f", "actor": { "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b", "displayName": "string", "avatarUrl": "string" }, "originator": { "kind": "user", "displayName": "string", "avatarUrl": "string" }, "subjectType": "task", "subjectId": "string", "subjectLabel": "string", "summary": "string", "actionPath": "string", "metadata": { "property1": "string", "property2": "string" }, "readAt": "2019-08-24T14:15:22Z", "dismissedAt": "2019-08-24T14:15:22Z", "resolvedAt": "2019-08-24T14:15:22Z", "deliveredAt": "2019-08-24T14:15:22Z", "createdAt": "2019-08-24T14:15:22Z" }, "activity": { "id": "string", "kind": "agent-run", "group": "running", "title": "string", "summary": "string", "status": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "actionPath": "string", "threadId": "string", "workflowDefinitionId": "string", "workflowRunId": "string", "pendingApprovalCount": 0, "pendingApprovalId": "string", "pendingApprovalToolCallId": "string", "artifactContextFingerprint": "string", "activeStreamId": "string", "originator": { "kind": "user", "displayName": "string", "avatarUrl": "string" } }, "invite": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "organizationName": "string", "token": "string", "createdAt": "string" } } ], "unreadCount": 0, "pendingActionCount": 0}