Skip to main content
GET
/
api
/
v1
/
github
/
installations
/
{id}
/
repos
List repositories for an installation
curl --request GET \
  --url https://neo.api.projectdiscovery.io/api/v1/github/installations/{id}/repos \
  --header 'Authorization: Bearer <token>'
{
  "has_more": true,
  "page": 123,
  "per_page": 123,
  "repos": [
    {
      "created_at": "2023-11-07T05:31:56Z",
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "installation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "repo_full_name": "<string>",
      "updated_at": "2023-11-07T05:31:56Z",
      "neo_stats": {
        "critical_count": 123,
        "high_count": 123,
        "last_reviewed_at": "2023-11-07T05:31:56Z",
        "total_findings": 123
      },
      "visibility": "<string>"
    }
  ],
  "total": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.neo.projectdiscovery.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

id
string<uuid>
required

Installation ID (UUID)

Query Parameters

q
string

Search query to filter repositories by name

page
integer
default:1

Page number

per_page
integer
default:30

Items per page (max 100)

Response

List of repositories

has_more
boolean
required
page
integer
required
per_page
integer
required
repos
object[]
required
total
integer
required