Skip to main content
GET
Home dashboard summary

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Path Parameters

project_id
string<uuid>
required

UUID of the project

Response

Successful response

is_admin
boolean
required

Whether the caller has admin permissions on the project.

doc_count
integer
required

Number of active documents in the project.

artifact_count
integer
required

Total filled knowledge artifacts: every playbook and design template, plus one for each non-empty singleton artifact (brief, general knowledge, library description, mental map).

member_count
integer
required

Number of registered project members (pending invitees excluded).

my_interviews
object[]
required

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.

team_pending_interviews
object[]

Admin only. Pending interviews assigned to other members or pending invitees, oldest first. Omitted for non-admins.

feedbacks_to_review
integer

Admin only. Count of feedbacks with status to_review. Omitted for non-admins.

pending_invite_count
integer

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.

team_interview_count
integer

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.

signal_count
integer

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.