Home dashboard summary
Everything the Standard-interface Home dashboard needs in one call: document count and last-added timestamp, plus the caller’s open (pending or in-progress) interviews. For project admins the response additionally includes the team’s pending interviews and the count of feedbacks awaiting review; these fields are omitted entirely for non-admin members. Available to all project members.
Authorizations
Use Authorization: Bearer
Path Parameters
UUID of the project
Response
Successful response
Whether the caller has admin permissions on the project.
Number of active documents in the project.
Total filled knowledge artifacts: every playbook and design template, plus one for each non-empty singleton artifact (brief, general knowledge, library description, mental map).
Number of registered project members (pending invitees excluded).
Every interview the caller still has to finish, oldest first: interviews assigned to them plus interview-type conversations they created without an assignee (self-run open interviews and the onboarding interview). Excludes completed interviews and plain conversations.
Admin only. Pending interviews assigned to other members or pending invitees, oldest first. Omitted for non-admins.
Admin only. Count of feedbacks with status to_review. Omitted for non-admins.
Admin only. Count of pending (not yet accepted or cancelled) invites to
the project. Drives the Home "invite your team" prompt; accepted invites
are already reflected in member_count. Omitted for non-admins.
Admin only. Interviews ever assigned to someone other than the caller (a member or a pending invitee), any status, excluding onboarding. Zero means the caller has never assigned an interview to their team — Home shows an "assign interviews" prompt. Omitted for non-admins.
Admin only. Count of feedbacks ever recorded for the project, any
status (feedbacks_to_review only counts open ones). Zero means no
signal has ever existed — Home shows a "put your knowledge to work"
prompt. Omitted for non-admins.