Skip to main content
GET
/
workspaces
/
{workspace_id}
/
inbox
/
items
/
pending-count
Error
A valid request URL is required to generate request examples
{
  "count": 1
}
{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

workspace_id
string<uuid>
required

Response

Successful Response

Count of pending inbox items that require attention.

count
integer
required

Number of pending inbox items

Required range: x >= 0