Skip to main content
POST
BatchResolveIdentifiers

Authorizations

Authorization
string
header
required

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

Body

application/json
ids
Identifier · object[]

Identifiers to resolve.

Identifier is a unique reference to an entity in Coalesce Quality system. Entity identifiers are designed to closely mimic identifiers used by data platforms and tools. To construct an identifier, you need to know the kind of the entity and the ids that you would normally use to identify it in the data platform or tool. For example, to identify a table in BigQuery, you would need to know the project, dataset, and table names.

Every identifier the API RETURNS also carries entity_id, the entity's opaque id. Read it when you just need to name the entity again — it is one string for every platform, where the structured variants below only cover the platforms that have one.

checkExistence
boolean

When true, also verify that the resolved entities actually exist in the system.

Response

200 - application/json

Success

resolvedIdentifiers
ResolvedIdentifier · object[]