Skip to main content
GET
/
project
/
{project_id}
/
github
/
{github_installation_reference}
/
repository
/
{github_repository_reference}
/
cache
/
{github_cache_entry_id}
Return information for a single cache entry for a GitHub repository for an installation in the project
curl --request GET \
  --url https://api.ubicloud.com/project/{project_id}/github/{github_installation_reference}/repository/{github_repository_reference}/cache/{github_cache_entry_id} \
  --header 'Authorization: Bearer <token>'
{
  "installation_name": "<string>",
  "repository_name": "<string>",
  "id": "gefg7td83em22qfw9pq5xyfqb7",
  "key": "<string>",
  "size": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

ID of the project

Example:

"pjkkmx0f2vke4h36nk9cm8v8q0"

github_installation_reference
string
required

GitHub installation ID or name

github_repository_reference
string
required

GitHub repository ID or name

github_cache_entry_id
string
required

GitHub cache entry ID

Response

A GitHub Cache Entry

installation_name
string
required

name of the GitHub installation containing the repository containing the cache entry

repository_name
string
required

name of the GitHub repository containing the cache entry

id
string
required

ID of the GitHub cache entry

Example:

"gefg7td83em22qfw9pq5xyfqb7"

key
string
required

GitHub cache entry key

size
integer
required

Size of the GitHub cache entry in bytes