{
  "args": {
    "function_id": {
      "desc": "The ID of the function to query",
      "required": true,
      "type": "string"
    },
    "workflow": {
      "desc": "The workflow encoded ID or workflow reference",
      "example": "#/workflows/my-workflow",
      "required": false,
      "type": "string"
    },
    "workflow_app_id": {
      "desc": "The app tied to the workflow reference.",
      "required": false,
      "type": "string"
    },
    "workflow_id": {
      "desc": "The workflow ID, starts with Wf\\*",
      "required": false,
      "type": "string"
    }
  },
  "desc": "List the steps of a specific function of a workflow's versions",
  "errors": {
    "cannot_fetch_versions": "Encountered unexpected error while trying to fetch versions",
    "missing_step_ids": "The passed in workflow is missing step IDs",
    "unknown_app_id": "The passed in workflow\\_app\\_id is invalid.",
    "unknown_function_id": "The passed in function\\_id is invalid.",
    "unknown_method": "This method does not exist.",
    "unknown_workflow_id": "The passed in workflow\\_id is invalid."
  },
  "rate_limit": {
    "label": "Tier 3: 50+ per minute",
    "url": "https://docs.slack.dev/apis/web-api/rate-limits"
  },
  "scopes": {}
}

