access_requests
Review who has requested access and their current status. Poll for new requests using a cursor to see changes since last check.
Instructions
Who has asked for access and what happened to them.
Every authenticated subject the server has never seen before gets one line here, once,
the first time it calls anything. status defaults to 'pending' — the ones still
waiting on you; pass status="" for the full history including your own grants and
revocations.
since is a cursor with the same semantics as whats_new(): pass back the cursor from
a previous call (the id of the last request in that page) and get only what arrived after
it, oldest first. Keep polling while count == limit to drain the whole backlog gap-free.
Tier: owner.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| since | No | ||
| status | No | pending |