{
  "args": {
    "archived": {
      "desc": "Boolean indicating whether archived items or normal items should be returned.",
      "example": "true",
      "required": false,
      "type": "boolean"
    },
    "cursor": {
      "desc": "Next cursor for pagination.",
      "example": "bGlzdF9pZDoxMjIxNzk3NzMyNDgzO2lkOjEyNzAxMjMxNTEzOTQ7ZGF0ZV9jcmVhdGVkOjE3NTE1NTkyMTU=",
      "required": false,
      "type": "string"
    },
    "limit": {
      "desc": "The maximum number of records to return.",
      "example": "100",
      "required": false,
      "type": "integer"
    },
    "list_id": {
      "desc": "ID of the List.",
      "example": "F12345678",
      "required": true,
      "type": "string"
    }
  },
  "desc": "Get records from a List.",
  "errors": {
    "archive_not_supported": "Archiving is not supported.",
    "invalid_cursor": "Value passed for `cursor` was not valid or is no longer valid.",
    "list_not_found": "The List was not found.",
    "team_not_found": "The team cannot be found.",
    "user_not_found": "The user cannot be found."
  },
  "rate_limit": {
    "label": "Tier 2: 20+ per minute",
    "url": "https://docs.slack.dev/apis/web-api/rate-limits"
  },
  "scopes": {
    "bot": [
      {
        "name": "lists:read",
        "url": "https://docs.slack.dev/reference/scopes/lists.read"
      }
    ],
    "user": [
      {
        "name": "lists:read",
        "url": "https://docs.slack.dev/reference/scopes/lists.read"
      }
    ]
  }
}

