{
  "args": {
    "cursor": {
      "desc": "",
      "required": false,
      "type": "string"
    },
    "event_context": {
      "desc": "",
      "required": true,
      "type": "string"
    },
    "limit": {
      "desc": "",
      "required": false,
      "type": "integer"
    }
  },
  "desc": "Get a list of authorizations for the given event context. Each authorization represents an app installation that the event is visible to.",
  "errors": {
    "auth_mismatch": "The given authorization token is not associated with the app that sent this event.",
    "invalid_cursor": "The `cursor` argument was invalid.",
    "invalid_event_context": "The given `event_context` didn't match an event."
  },
  "rate_limit": {
    "label": "Special rate limits apply.",
    "url": "https://docs.slack.dev/apis/web-api/rate-limits"
  },
  "scopes": {}
}

