Skip to documentation
ExaPACS integration

List Fee-Schedule Plans

Perform List Fee-Schedule Plans through ExaPACS.

View as Markdown
exapacs_list_fee_schedule_plans
read

Inputs

This action has no public inputs.

Outputs

  • plansPlans
  • errorError
  • error_messageError Message

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": {
    "error": {},
    "plans": {},
    "error_message": {}
  },
  "additionalProperties": true
}
View all ExaPACS actions