List OAuth apps
Returns a paginated list of OAuth apps registered by the signed-in user. Access is creator-scoped — even org admins only see apps they created themselves, so this endpoint is safe to use for per-user developer dashboards without leaking org-wide app metadata.
Each entry carries the full app configuration except the client secret, which is only ever returned at creation time and immediately after a regeneration.
Use the status query parameter to filter by lifecycle state (active, suspended, revoked) and search for a case-insensitive substring match against name or description.
Query parameters
Page number (matches listAppsQuerySchema: defaults to 1 when omitted or empty).
Items per page (defaults to 20 when omitted or empty; max 100).
Filter by status
Search by app name or description (case-insensitive)
Response
List of OAuth apps