G
GithubApi
Arcade Native

GetGithubAppDetailsBySlug

GithubApi.GetGithubAppDetailsBySlug

Arcade Native Built and maintained by Arcade with full support
Supported by Arcade

Description

Retrieve GitHub App details using its slug.

Use this tool to obtain details about a GitHub App by providing its URL-friendly slug. This can be accessed without authentication for public apps, but requires authentication for private ones using a personal or installation access token.

Input Parameters

{
  "parameters": [
    {
      "name": "github_app_slug",
      "required": true,
      "inferrable": true,
      "description": "The URL-friendly name of the GitHub App to retrieve details for. Found on the GitHub App settings page.",
      "value_schema": {
        "val_type": "string"
      }
    }
  ]
}

Output

{
  "description": "Response from the API endpoint 'apps/get-by-slug'.",
  "value_schema": {
    "val_type": "json"
  },
  "available_modes": [
    "value",
    "error"
  ]
}