curl --request GET \
--url https://api.example.com/insight/meta-batch \
--header 'Authorization: Bearer <token>'{
"records": {}
}Get lightweight metadata for multiple records in batch.
Query parameters:
curl --request GET \
--url https://api.example.com/insight/meta-batch \
--header 'Authorization: Bearer <token>'{
"records": {}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Batch response for multiple record metadata.
Show child attributes
Was this page helpful?