Queries

Author a DCQL query from credential definitions and persist it

Derives a multi-credential DCQL query from the referenced profile-bound verifiable-credential definitions, persists it to the versioned DCQL store under the caller-chosen queryId, and records request-role semantic-attribute usage lineage. Authoring an existing queryId appends a new version (the version in the response advances monotonically). Requires the enterprise semantic binding license feature; without it the request fails with 403 and nothing is persisted.

post/queries/authored

Request body

AuthorDcqlQueryRequest required— unresolved $ref

Response

The persisted DCQL query with its id, version, provenance and warnings.

AuthoredDcqlQueryResult required— unresolved $ref

Changes

No recorded changes to this endpoint across all 5 revisions of this API.