List OAuth Grants
list-oauth-grantsList all OAuth grants authorized for your team, including active and revoked ones. Each grant shows the app name, scopes, and creation date.
Instructions
List OAuth grants for the team — the apps authorized to act on the team's behalf. Returns every grant, active and revoked; a grant with a non-null revoked_at is no longer active. Each grant includes the client (app) name, scopes, and creation date. Don't bother telling the user the IDs unless they ask for them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | OAuth grant ID after which to retrieve more (for forward pagination). Cannot be used with "before". | |
| limit | No | Number of OAuth grants to retrieve. Max: 100, Min: 1 | |
| before | No | OAuth grant ID before which to retrieve more (for backward pagination). Cannot be used with "after". |