Metadata

Encapsulates additional information about query execution.

JSON representation
{
  "errors": [
    string
  ],
  "notices": [
    string
  ]
}
Fields
errors[]

string

List of error messages as strings.

notices[]

string

List of additional information such as data source, if result was truncated. For example:

"notices": [ "Source:Postgres", "PG Host:uappg0rw.e2e.apigeeks.net", "query served by:4b64601e-40de-4eb1-bfb9-eeee7ac929ed", "Table used: edge.api.uapgroup2.agg_api" ]