v1

latestOpenAPI 3.1.02026-07-263971,2281.1 MB
ConnectorService

ListQueryTemplates

post/textql.rpc.public.connector.ConnectorService/ListQueryTemplates

Headers

Connect-Protocol-Version1 required

Define the version of the Connect protocol

Connect-Timeout-Msnumber

Define the timeout, in ms

Request body

connectorIdinteger
limitinteger
offsetinteger
daysinteger

Optional lookback window in days; 0 or unset means all-time.

Response

Success

totalCountinteger

Example response

{
  "templates": [
    {
      "firstSeen": "2023-01-15T01:30:15.01Z",
      "lastSeen": "2023-01-15T01:30:15.01Z"
    }
  ]
}