{
  "args": {
    "job_id": {
      "desc": "The ID of the recently started job to export the List.",
      "example": "Le48SKT566",
      "required": true,
      "type": "string"
    },
    "list_id": {
      "desc": "ID of the List to export.",
      "example": "F1234567",
      "required": true,
      "type": "string"
    }
  },
  "desc": "Retrieve List download URL from an export job to download List contents.",
  "errors": {
    "job_not_found": "Could not find an export job matching that ID.",
    "list_not_found": "The List was not found.",
    "permission_denied": "The bot does not have permission to perform this action.",
    "unknown_method": "Feature not enabled for this team."
  },
  "rate_limit": {
    "label": "Tier 4: 100+ 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"
      }
    ]
  }
}

