BatchSqlDetails
BatchSqlDetails returns the SQL details (currently the set of detected SQL constructs) for each of the requested entities, keyed by their synq path. Every requested path appears in the response, including a path with no SQL details and a path matching no entity; both are returned with an empty set of constructs.
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. Every requested path is present; a path with no SQL details has an empty set of constructs.