Table Schema

Retrieve schema for table in the Logs API. Available tables can be found by querying the GET Tables endpoint of the Logs API.

path Parameters
accountId
required
string
table
required
string

Table to query

query Parameters
v
required
string

A date in YYYYMMDD format.

api_key
required
string

API Key associated with your App that has access to Logs endpoint.

Responses

Response samples

Content type
application/json
{
  • "meta": {
    },
  • "response": {
    }
}
Feedback