---
title: "GET /api/v1/"
method: GET
path: "/api/v1/"
tags: ["core_v1"]
---

# GET /api/v1/

`GET /api/v1/`

get available resources

## Response `200`

OK

- UnversionedAPIResourceList — APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced.
  - `groupVersion` string, required — groupVersion is the group and version this APIResourceList is for.
  - `resources` UnversionedAPIResource[], required — resources contains the name of the resources and if they are namespaced.
    - `kind` string, required — kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')
    - `name` string, required — name is the name of the resource.
    - `namespaced` boolean, required — namespaced indicates if a resource is namespaced or not.

## Changes

- **2016-12-17** `9ff77080fa88` — 1 info
  - removed the non-success response with the status `401`

[Change history](https://skmtc.dev/kubeup/apis/generic-api-server/changes/api/v1/get.md)

---

[API](https://skmtc.dev/kubeup/apis/generic-api-server.md) · [All operations](https://skmtc.dev/kubeup/apis/generic-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kubeup/generic-api-server/revisions/9ff77080fa88/schema)
