Workflow Timeline Endpoint
Summary
One diagnostic read returns recent Workflow timeline entities. Its exact method and route are in the endpoint catalog.
Query behavior
Rows are ordered newest-first. The optional take value defaults when absent and is clamped to 1–1000. EF Core tenant filtering applies.
Response
The response is a list of persistence timeline entities containing entity reference, entry type, category, actor, optional description/metadata and occurrence time.
Limitations
There is no cursor, entity filter, date filter or public response DTO. The endpoint has no backend access requirement.
Requires Confirmation
Production exposure, response-contract ownership, retention and pagination require confirmation.
Source References
microservices/src/workflow-service/Api/WorkflowEndpoints.csmicroservices/src/workflow-service/Application/Queries/WorkflowQueries.csmicroservices/src/workflow-service/Infrastructure/WorkflowDbContext.cs
Related Articles
See Also
Keywords
Workflow API, approval endpoint, Workflow Service.
Revision Information
- Status: Draft
- Last reviewed: 2026-07-20
- Next review: 2026-10-20