Skip to content
Live demo

POST /articles/read

Mark articles read or unread. Accepts up to 100 ids so a triage pass is one call. Note read state is shared across the whole workspace, so this affects every member.

POST/articles/read
Runs against the demo workspace
ParameterTypeRequiredDescription
article_idsarrayyesArticle ids from search_articles, e.g. [“art_abc123”].
statebooleanyes
StatusMeaning
200Mark read
400Invalid or missing parameters.
401Missing or invalid API key.
403The key lacks the “articles:write” scope.
429Rate limit exceeded. See Retry-After.

Requires the articles:write scope.