BatchSqlDetails
BatchSqlDetails returns the SQL details (currently the set of detected SQL constructs) for each of the requested entities, keyed by their synq path. Entities with no SQL details are omitted from the response map.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
BatchSqlDetailsRequest requests SQL details for a set of entities.
The synq paths of the entities to fetch SQL details for. A synq path
uniquely identifies an entity and can be obtained from the synq_paths
field of other entity responses.
Response
Success
BatchSqlDetailsResponse maps each requested synq path to its SQL details.
SQL details keyed by synq path. Paths with no SQL details are omitted.