List OAuth Grants
list-oauth-grantsReview all OAuth grants for your team to identify which apps are authorized to act on its behalf, including active and revoked access, with client names, scopes, and creation dates.
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". |