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

# GET /api/v1/

`GET /api/v1/`

get available resources

## Response `200`

OK

- IoK8sApimachineryPkgApisMetaV1APIResourceList — 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.
  - `apiVersion` string — APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources
  - `groupVersion` string, required — groupVersion is the group and version this APIResourceList is for.
  - `kind` string — Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds
  - `resources` IoK8sApimachineryPkgApisMetaV1APIResource[], required — resources contains the name of the resources and if they are namespaced.
    - `categories` string[] — categories is a list of the grouped resources this resource belongs to (e.g. 'all')
    - `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 plural name of the resource.
    - `namespaced` boolean, required — namespaced indicates if a resource is namespaced or not.
    - `shortNames` string[] — shortNames is a list of suggested short names of the resource.
    - `singularName` string, required — singularName is the singular name of the resource. This allows clients to handle plural and singular opaquely. The singularName is more correct for reporting status on a single item and both singular and plural are allowed from the kubectl CLI interface.
    - `verbs` string[], required — verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/kubeup/apis/generic-api-server.md) · [All operations](https://skmtc.net/kubeup/apis/generic-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kubeup/generic-api-server/versions/4c9c55a44b17/schema)
