Skip to content

GET /tag

Get Tags

GET
/tag

List tags, optionally scoped to a specific entity.

Returns all tags from the Tag collection when no context is supplied.
When context and context_key are both provided, returns only tags
connected to the specified entity via has_tag edges.

Emits: (direct transaction — no event class)

Required scope: config:tag:read

Authorizations

OAuth2PasswordBearer
password Flow
Token URL"/api/auth"
Scopes:
  • "admin"User can access and edit users and system settings
  • "library"User can access and edit products
  • "production"User can access and edit production plans
  • "operator"User can access the operator panel and make production declarations

Parameters

Query Parameters

context
context_key

Responses

Successful Response

application/json
JSON
{
  
"status": 200,
  
"message": "string",
  
"detail": [
  
  
{
  
  
  
"_id": "string",
  
  
  
"_key": "string",
  
  
  
"_rev": "string",
  
  
  
"name": "Urgent",
  
  
  
"description": "Flag items that require immediate attention.",
  
  
  
"color": "#E53935"
  
  
}
  
]
}

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.