Skip to main content
GET
/
v1
/
platform
/
fleet
/
providers
/
github-app
/
installations
/
{id}
/
repos
Error
A valid request URL is required to generate request examples
[
  {
    "default_branch": "<string>",
    "full_name": "<string>",
    "html_url": "<string>",
    "id": 123,
    "name": "<string>",
    "private": true
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

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

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string
required

Installation ID

Response

OK

default_branch
string
full_name
string
html_url
string
id
integer
name
string
private
boolean