github_actions_artifactgithub_actions_repository_runnergithub_actions_repository_secretgithub_actions_repository_workflow_rungithub_audit_loggithub_branchgithub_branch_protectiongithub_commitgithub_community_profilegithub_gistgithub_gitignoregithub_issuegithub_licensegithub_my_gistgithub_my_issuegithub_my_organizationgithub_my_repositorygithub_my_stargithub_my_teamgithub_organizationgithub_organization_membergithub_pull_requestgithub_rate_limitgithub_releasegithub_repositorygithub_search_codegithub_search_commitgithub_search_issuegithub_search_labelgithub_search_pull_requestgithub_search_repositorygithub_search_topicgithub_search_usergithub_stargazergithub_taggithub_teamgithub_team_membergithub_team_repositorygithub_traffic_view_dailygithub_traffic_view_weeklygithub_usergithub_workflow
Table: github_rate_limit
With the Rate Limit API, you can check the current rate limit status of various REST APIs.
Examples
List rate limit of rest apis
select core_limit, core_remaining, search_limit, search_remainingfrom github_rate_limit;
.inspect github_rate_limit
Rate limit of github.
Name | Type | Description |
---|---|---|
_ctx | jsonb | Steampipe context in JSON form, e.g. connection_name. |
core_limit | bigint | The number of requests per hour the client is currently limited to. |
core_remaining | bigint | The number of remaining requests the client can make this hour. |
core_reset | timestamp with time zone | The time at which the current rate limit will reset. |
search_limit | bigint | The number of requests per hour the client is currently limited to. |
search_remaining | bigint | The number of remaining requests the client can make this hour. |
search_reset | timestamp with time zone | The time at which the current rate limit will reset. |