GitHub

Get cache entry details

get/project/{project_id}/github/{github_installation_reference}/repository/{github_repository_reference}/cache/{github_cache_entry_id}

Response

A GitHub Cache Entry

installation_namestring required

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

repository_namestring required

name of the GitHub repository containing the cache entry

idstring required

ID of the GitHub cache entry

keystring required

GitHub cache entry key

scopestring required

Branch scope of the GitHub cache entry

sizeinteger required

Size of the GitHub cache entry in bytes

created_atstring date-time required

Timestamp of when the cache entry was created

last_accessed_atstring date-time nullable required

Timestamp of when the cache entry was last accessed

Example response

{
  "id": "gefg7td83em22qfw9pq5xyfqb7"
}