Skip to main content
GET
/
v3beta1
/
enterprise
/
organizations
/
{org_id}
/
tags
Get Organization Allowed Tags
curl --request GET \
  --url https://api.devin.ai/v3beta1/enterprise/organizations/{org_id}/tags \
  --header 'Authorization: Bearer <token>'
{
  "tags": [
    "<string>"
  ]
}

Permissions

Requires a service user with the ManageEnterpriseSettings permission. Additionally, the session tags feature must be enabled for the enterprise.

Authorizations

Authorization
string
header
required

Service User credential (prefix: cog_)

Path Parameters

org_id
string
required

Response

Successful Response

tags
string[]
required