List the coordinator decision log for one initiative the caller belongs to — the persisted `coordinator.consults` rows, paginated and sortable by recency / cost / actor
GET/api/coordinator/consults
List the coordinator decision log for one initiative the caller belongs to — the persisted coordinator.consults rows, paginated and sortable by recency / cost / actor. Backs the Directory decision-log feed (PLT-208 slice 2). Membership is enforced by RLS + an explicit check: a non-member receives 403, not an empty list. When the initiative classification exceeds the viewer clearance, entries are returned with masked: true and questionExcerpt: null (PLT-212). SECRET-classified reads are written to the audit log regardless of masking outcome.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Successful response
Validation failure (malformed initiativeId, bad cursor, etc.).
Caller is not authenticated.
Caller is not a member of the requested initiative.
Initiative not found in the caller's tenant.