get_app
Retrieve public metadata for a GitHub App using its URL slug, including id, owner, permissions, and installation count. No authentication required for publicly listed apps.
Instructions
Get public metadata for a GitHub App by its URL slug.Returns the app's id, name, description, owner, external URL, permissions, subscribed events, and installation count. Does not require authentication — the app must be publicly listed. The slug is the URL-friendly name visible in github.com/apps/. Docs: https://docs.github.com/en/rest/apps/apps#get-an-app
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_slug | Yes | The URL slug of the GitHub App (the last segment of its github.com/apps/<slug> URL). For example, for https://github.com/apps/my-cool-app the slug is "my-cool-app". |