G
GithubApi
Arcade Native

GetGithubSecurityBillingInfo

GithubApi.GetGithubSecurityBillingInfo

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

Description

Retrieve GitHub Advanced Security billing details for an enterprise.

This tool retrieves data on active committers using GitHub Advanced Security for an enterprise, listed per repository. It provides information on the number of distinct user logins and the total repositories with committer information.

Input Parameters

{
  "parameters": [
    {
      "name": "enterprise_identifier",
      "required": true,
      "inferrable": true,
      "description": "The slug or ID representing the enterprise name for security billing info.",
      "value_schema": {
        "val_type": "string"
      }
    },
    {
      "name": "results_page_number",
      "required": false,
      "inferrable": true,
      "description": "Specify the page number of results to fetch. Use to navigate through paginated data.",
      "value_schema": {
        "val_type": "integer"
      }
    },
    {
      "name": "results_per_page",
      "required": false,
      "inferrable": true,
      "description": "The number of results per page to return. Maximum is 100.",
      "value_schema": {
        "val_type": "integer"
      }
    }
  ]
}

Output

{
  "description": "Response from the API endpoint 'billing/get-github-advanced-security-billing-ghe'.",
  "value_schema": {
    "val_type": "json"
  },
  "available_modes": [
    "value",
    "error"
  ]
}