Skip to main content
Provenance endpoint

Query Provenance SQL

Send this request to the AkôFlow daemon. Authentication is required when an API token is configured.

POST/provenance/sql/

Body

application/json
sql string
Field defined by ports.ProvenanceSQLQuery.
parameters object
Field defined by ports.ProvenanceSQLQuery.
page number
Field defined by ports.ProvenanceSQLQuery.
pageSize number
Field defined by ports.ProvenanceSQLQuery.

See the Provenance guide for the corresponding Desktop workflow, concepts, and authored request examples.

Generated from the daemon router

This page is generated from internal/api/httpserver/httpserver.go, the registered handler, and JSON-tagged Go structs. Method, path, request fields, response kind, query parameters, media type, and successful status codes stay synchronized with the implementation.