Skip to main content
Provenance endpoint

Query Provenance Entity

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

GET/provenance/entities/{entity}/

Path parameters

entity
Identifier used by the registered route.

Body

none

This endpoint does not accept a request body.

Query parameters

filterField
Optional query value consumed by this route.
filterValue
Optional query value consumed by this route.
page
Optional query value consumed by this route.
pageSize
Optional query value consumed by this route.
q
Optional query value consumed by this route.
sortField
Optional query value consumed by this route.
sortOrder
Optional query value consumed by this route.

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.