/
CO
composiohq
/
Agent Orchestrator HTTP daemon
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 3h ago
Details
Filter operations
agents
5
browser
2
conversations
18
dev
1
events
1
import
2
mobile
8
notifications
4
get
List notification history
patch
Mark a notification read
post
Mark notifications read
get
Stream created notifications
projects
8
prs
2
push
3
reviews
10
sessions
43
settings
2
shellTerminals
4
usage
2
notifications
Mark a notification read
patch
/api/v1/notifications/{id}
Path parameters
id
string
required
Notification identifier.
Notification identifier.
Request body
MarkNotificationReadRequest
required
status
'read'
required
V1 supports only marking an unread notification read.
Response
OK
NotificationEnvelope
required
notification
NotificationResponse
required
Changes