{
  "algorithm": {
    "parameters": [
      {
        "name": "args",
        "type": "ArgsListLogs"
      }
    ],
    "statements": [],
    "typeReturn": "list(Log)",
    "variables": []
  },
  "routing": {
    "method": "GET",
    "parameters": [
      {
        "bind": "args.instanceId",
        "in": "Query",
        "name": "instanceId",
        "remarks": "instanceId"
      },
      {
        "bind": "args.specId",
        "in": "Query",
        "name": "specId",
        "remarks": "specId"
      },
      {
        "bind": "args.step",
        "in": "Query",
        "name": "step",
        "remarks": "step"
      },
      {
        "bind": "args.userId",
        "in": "Query",
        "name": "userId",
        "remarks": "userId"
      },
      {
        "bind": "args.offset",
        "in": "Query",
        "name": "offset",
        "remarks": "Requested index for start the results to be provided in response."
      },
      {
        "bind": "args.limit",
        "in": "Query",
        "name": "limit",
        "remarks": "Requested number results to be provided in response."
      },
      {
        "bind": "args.channel",
        "in": "Query",
        "name": "channel",
        "remarks": ""
      },
      {
        "bind": "args.logDate",
        "in": "Query",
        "name": "logDate",
        "remarks": ""
      },
      {
        "bind": "args.logType",
        "in": "Query",
        "name": "logType",
        "remarks": ""
      },
      {
        "bind": "args.operationName",
        "in": "Query",
        "name": "operationName",
        "remarks": ""
      },
      {
        "bind": "args.specVersionId",
        "in": "Query",
        "name": "specVersionId",
        "remarks": ""
      },
      {
        "bind": "args.status",
        "in": "Query",
        "name": "status",
        "remarks": ""
      },
      {
        "bind": "args.step",
        "in": "Query",
        "name": "step",
        "remarks": ""
      },
      {
        "bind": "args.stepStatus",
        "in": "Query",
        "name": "stepStatus",
        "remarks": ""
      }
    ],
    "path": "/logs",
    "remarks": "Allows to get a list of BieInstanceLogs.",
    "responses": []
  }
}