{
  "title": "get_tasks",
  "public_path": "flex_rf.web.get_tasks",
  "lookup_path": "tidy3d.web.get_tasks",
  "slug": "flex_rf/web/get_tasks",
  "public_url": "/rf/latest/autogenerated/flex_rf/web/get_tasks/",
  "object_kind": "function",
  "introduction": "Get a list with the metadata of the last `num_tasks` tasks.",
  "notes": "",
  "examples": "",
  "references": "",
  "signature": "get_tasks(num_tasks: int | None = None, order: Literal['new', 'old'] = 'new', folder: str = 'default')",
  "source": {
    "path": "flex/public/tidy3d/tidy3d/web/api/webapi.py",
    "url": "",
    "lineno": 1622,
    "endlineno": 1652
  },
  "bases": [],
  "parameter_rows": [
    {
      "name": "num_tasks",
      "annotation": "int | None",
      "default": "None",
      "description": "",
      "origin": "declared"
    },
    {
      "name": "order",
      "annotation": "Literal['new', 'old']",
      "default": "'new'",
      "description": "",
      "origin": "declared"
    },
    {
      "name": "folder",
      "annotation": "str",
      "default": "'default'",
      "description": "",
      "origin": "declared"
    }
  ],
  "members": [],
  "group": "flex_rf.web"
}
