Get platforms for GitHub-hosted runners in an organization
GET
/orgs/{org}/actions/hosted-runners/platforms
Get the list of platforms available for GitHub-hosted runners for an organization.
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”org
required
string
The organization name. The name is not case sensitive.
Responses
Section titled “Responses”Response
Media typeapplication/json
object
total_count
required
integer
platforms
required
Array<string>
Examples
Exampledefault
{ "total_count": 1, "platforms": [ "linux-x64", "win-x64" ]}