# GitHub Actionsの REST API エンドポイント

REST API を使用して、組織またはリポジトリの GitHub Actions と対話します。

## Links

* [GitHub Actionsアーティファクトの REST API エンドポイント](/ja/rest/actions/artifacts)

  REST API を使用して、 GitHub Actions内の成果物と対話します。

* [GitHub Actions キャッシュの REST API エンドポイント](/ja/rest/actions/cache)

  REST API を使用して、 GitHub Actions内のリポジトリのキャッシュと対話します。

* [Actions コンカレンシー グループの REST API エンドポイント](/ja/rest/actions/concurrency-groups)

  REST API を使用して、GitHub Actions ワークフローのコンカレンシー グループを表示および管理します。

* [GitHub ホステッド ランナー](/ja/rest/actions/hosted-runners)

  REST API を使って、GitHub 内の GitHub Actions ホスト ランナーを操作します。

* [GITHUB ACTIONS OIDC の REST API エンドポイント](/ja/rest/actions/oidc)

  REST API を使用して、 GitHub Actionsの OIDC サブジェクト要求の JWT と対話します。

* [GitHub Actionsアクセス許可の REST API エンドポイント](/ja/rest/actions/permissions)

  REST API を使用して、 GitHub Actionsのアクセス許可を操作します。

* [GitHub Actions シークレットの REST API エンドポイント](/ja/rest/actions/secrets)

  REST API を使用して、 GitHub Actions内のシークレットと対話します。

* [セルフホステッド ランナー グループの REST API エンドポイント](/ja/rest/actions/self-hosted-runner-groups)

  REST API を使用して、 GitHub Actionsのセルフホステッド ランナー グループと対話します。

* [セルフホステッド ランナーの REST API エンドポイント](/ja/rest/actions/self-hosted-runners)

  REST API を使用して、 GitHub Actionsのセルフホステッド ランナーと対話します。

* [GitHub Actions変数の REST API エンドポイント](/ja/rest/actions/variables)

  REST API を使用して、 GitHub Actions内の変数を操作します。

* [ワークフロー ジョブの REST API エンドポイント](/ja/rest/actions/workflow-jobs)

  REST API を使用して、 GitHub Actionsのワークフロー ジョブと対話します。

* [ワークフロー実行の REST API エンドポイント](/ja/rest/actions/workflow-runs)

  REST API を使用して、 GitHub Actionsでワークフローの実行を操作します。

* [ワークフローの REST API エンドポイント](/ja/rest/actions/workflows)

  REST API を使用して、 GitHub Actionsのワークフローと対話します。