Skip to main content
GET
/
task
/
-forme
List tasks that you can accept to refuse
curl --request GET \
  --url https://api.cpln.io/task/-forme \
  --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

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[]