stat

Returns important status information about Chain Query

get/status

Response

Chain Query status

Example response

{
  "Status": [
    {
      "TableName": "TableName",
      "NrRows": 0
    },
    {
      "TableName": "TableName",
      "NrRows": 0
    }
  ]
}

Changes

Changed in 1 of the 7 revisions of this API.1

Of the 7 revisions, 1 has no diff computed.