Skip to main content
GET
/
insight
/
meta-batch
Get Records Meta Batch
curl --request GET \
  --url https://api.example.com/insight/meta-batch \
  --header 'Authorization: Bearer <token>'
{
  "records": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

ids
string
required
include
string | null

Response

Successful Response

Batch response for multiple record metadata.

records
Records · object
required