Skip to documentation
NikoHealth integration

Get Patient Tags

Perform Get Patient Tags through NikoHealth.

View as Markdown
nikohealth_get_patient_tags
readnikohealth

Inputs

This action has no public inputs.

Outputs

  • successSuccess
  • tagsTags
  • countCount
  • errorError

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": {},
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "tags": {},
    "count": {},
    "error": {},
    "success": {}
  },
  "additionalProperties": true
}
View all NikoHealth actions