Skip to main content
GET
/
org
/
{org}
/
gvc
Get all GVCs
curl --request GET \
  --url https://api.cpln.io/org/{org}/gvc \
  --header 'Authorization: <api-key>'
{
  "kind": "<string>",
  "itemKind": "org",
  "items": [
    {}
  ],
  "links": [
    {
      "rel": "<string>",
      "href": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.controlplane.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Service account key can be used as API keys

Path Parameters

org
string
required

Response

Success

kind
string
itemKind
enum<string>
Available options:
org,
cloudaccount,
policy,
user,
group,
resource,
task,
permissions,
serviceaccount,
secret,
location,
gvc,
workload,
quota,
identity,
deployment,
event,
account,
domain,
image,
ipset,
resourcepolicy,
accessreport,
agent,
auditctx,
dbcluster,
memcachecluster,
spicedbcluster,
tenant,
mk8s,
command,
policymembership,
primitive,
foreign,
link,
imagesummary,
volumeset
items
object[]