Bellwork
OrgOutreach queueCount

How many people are waiting to be reviewed

One number, for a badge. Answers 0 rather than 403 for an org without the sequencer, so a caller that asks on every page does not have to know whether the module is on.

GET
/org/outreach-queue/count

One number, for a badge. Answers 0 rather than 403 for an org without the sequencer, so a caller that asks on every page does not have to know whether the module is on.

AuthorizationBearer <token>

API key (sk_live_... prefix). Generate keys in the UI under Settings > API Keys, then send it as Authorization: Bearer sk_live_...

In: header

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/org/outreach-queue/count"
{
  "data": {
    "toReview": -9007199254740991
  }
}
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}