Github API - Test Config

GET /repos/{owner}/{repo}/actions/caches
actions
repos

Lists the GitHub Actions caches for a repository.
You must authenticate using an access token with the repo scope to use this endpoint.
GitHub Apps must have the actions:read permission to use this endpoint.
List GitHub Actions caches for a repository

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key per-page

per-page [scalar]

The number of results per page (max 100).

API:
Github Open API
(version: 1.1.4)

key page

page [scalar]

Page number of the results to fetch.

API:
Github Open API
(version: 1.1.4)

key git-ref

git-ref [scalar]

The Git reference for the results you want to list. The ref for a branch can be formatted either as refs/heads/<branch name> or simply <branch name>. To reference a pull request use refs/pull/<number>/merge.

API:
Github Open API
(version: 1.1.4)

key actions-cache-key

actions-cache-key [scalar]

An explicit key or prefix for identifying the cache

API:
Github Open API
(version: 1.1.4)

key actions-cache-list-sort

actions-cache-list-sort [scalar]

The property to sort the results by. created_at means when the cache was created. last_accessed_at means when the cache was last accessed. size_in_bytes is the size of the cache in bytes.

API:
Github Open API
(version: 1.1.4)

key direction

direction [scalar]

The direction to sort the results by.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json actions-cache-list

actions-cache-list [object]

Repository actions caches

Attributes
actions_caches 1913 []

total_count integer

Total number of caches

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)