Get Document Management Tags
Perform Get Document Management Tags through NikoHealth.
nikohealth_get_document_management_tagsreadnikohealth
Inputs
- Include Archived
include_archivedbooleanOptional true-or-false value.
Default:
false - Page Size
page_sizenumberOptional numeric value.
Default:
200
Outputs
successSuccesstagsTagscountCounterrorError
Output schema completeness: best_effort_declared
Safety
- External effect
- read
- Confirmation recommended
- No
- Retry safe
- Yes
- Dry run supported
- No
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"properties": {
"page_size": {
"type": "number",
"default": 200,
"description": "Optional numeric value.",
"x-workflow-field-type": "number"
},
"include_archived": {
"type": "boolean",
"default": false,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"tags": {},
"count": {},
"error": {},
"success": {}
},
"additionalProperties": true
}