{"components":{"schemas":{"Error":{"properties":{"error":{"properties":{"code":{"type":"string"},"message":{"type":"string"},"request_id":{"format":"uuid","type":"string"}},"required":["code","message","request_id"],"type":"object"}},"required":["error"],"type":"object"},"account_comments":{"properties":{"account_id":{"type":"string"},"author_email":{"readOnly":true,"type":["string","null"]},"content":{"type":"string"},"crdt_state":{"readOnly":true,"type":["string","null"]},"created_at":{"format":"int64","readOnly":true,"type":"integer"},"id":{"type":"string"},"owner_email":{"readOnly":true,"type":["string","null"]},"parent_id":{"type":["string","null"]},"person_identity":{"readOnly":true,"type":["string","null"]},"updated_at":{"format":"int64","readOnly":true,"type":"integer"},"vault_id":{"readOnly":true,"type":["string","null"]}},"required":["id"],"type":"object"},"account_commentsCreate":{"additionalProperties":false,"properties":{"account_id":{"type":"string"},"content":{"type":"string"},"id":{"description":"Optional caller-generated UUID on create; existing IDs on updates.","format":"uuid","type":"string"},"parent_id":{"type":["string","null"]}},"required":["account_id","content"],"type":"object"},"account_commentsPatch":{"additionalProperties":false,"properties":{"account_id":{"type":"string"},"content":{"type":"string"},"id":{"description":"Optional caller-generated UUID on create; existing IDs on updates.","format":"uuid","type":"string"},"parent_id":{"type":["string","null"]}},"type":"object"},"account_notes":{"properties":{"account_id":{"type":"string"},"author_email":{"readOnly":true,"type":["string","null"]},"content":{"type":"string"},"crdt_state":{"readOnly":true,"type":["string","null"]},"created_at":{"format":"int64","readOnly":true,"type":"integer"},"id":{"type":"string"},"owner_email":{"readOnly":true,"type":["string","null"]},"person_identity":{"readOnly":true,"type":["string","null"]},"title":{"type":["string","null"]},"updated_at":{"format":"int64","readOnly":true,"type":"integer"},"vault_id":{"readOnly":true,"type":["string","null"]}},"required":["id"],"type":"object"},"account_notesCreate":{"additionalProperties":false,"properties":{"account_id":{"type":"string"},"content":{"type":"string"},"id":{"description":"Optional caller-generated UUID on create; existing IDs on updates.","format":"uuid","type":"string"},"text":{"description":"Plain text converted to IDA editor content. Mutually exclusive with content.","type":"string"},"title":{"type":["string","null"]}},"required":["account_id"],"type":"object"},"account_notesPatch":{"additionalProperties":false,"properties":{"account_id":{"type":"string"},"content":{"type":"string"},"id":{"description":"Optional caller-generated UUID on create; existing IDs on updates.","format":"uuid","type":"string"},"text":{"description":"Plain text converted to IDA editor content. Mutually exclusive with content.","type":"string"},"title":{"type":["string","null"]}},"type":"object"},"account_people":{"properties":{"account_id":{"type":"string"},"author_email":{"readOnly":true,"type":["string","null"]},"crdt_state":{"readOnly":true,"type":["string","null"]},"created_at":{"format":"int64","readOnly":true,"type":"integer"},"id":{"type":"string"},"override_role":{"type":["string","null"]},"owner_email":{"readOnly":true,"type":["string","null"]},"person_id":{"type":"string"},"person_identity":{"readOnly":true,"type":["string","null"]},"updated_at":{"format":"int64","readOnly":true,"type":"integer"},"vault_id":{"readOnly":true,"type":["string","null"]}},"required":["id"],"type":"object"},"account_peopleCreate":{"additionalProperties":false,"properties":{"account_id":{"type":"string"},"id":{"description":"Optional caller-generated UUID on create; existing IDs on updates.","format":"uuid","type":"string"},"override_role":{"type":["string","null"]},"person_id":{"type":"string"}},"required":["account_id","person_id"],"type":"object"},"account_peoplePatch":{"additionalProperties":false,"properties":{"account_id":{"type":"string"},"id":{"description":"Optional caller-generated UUID on create; existing IDs on updates.","format":"uuid","type":"string"},"override_role":{"type":["string","null"]},"person_id":{"type":"string"}},"type":"object"},"account_stage_transitions":{"properties":{"account_id":{"type":"string"},"author_email":{"readOnly":true,"type":["string","null"]},"crdt_state":{"readOnly":true,"type":["string","null"]},"created_at":{"format":"int64","readOnly":true,"type":"integer"},"from_stage":{"type":["string","null"]},"id":{"type":"string"},"owner_email":{"readOnly":true,"type":["string","null"]},"person_identity":{"readOnly":true,"type":["string","null"]},"to_stage":{"type":["string","null"]},"transitioned_at":{"format":"int64","type":"integer"},"updated_at":{"format":"int64","readOnly":true,"type":"integer"},"vault_id":{"readOnly":true,"type":["string","null"]}},"required":["id"],"type":"object"},"account_stage_transitionsCreate":{"additionalProperties":false,"properties":{"account_id":{"type":"string"},"from_stage":{"type":["string","null"]},"id":{"description":"Optional caller-generated UUID on create; existing IDs on updates.","format":"uuid","type":"string"},"to_stage":{"type":["string","null"]},"transitioned_at":{"format":"int64","type":"integer"}},"required":[],"type":"object"},"account_stage_transitionsPatch":{"additionalProperties":false,"properties":{"account_id":{"type":"string"},"from_stage":{"type":["string","null"]},"id":{"description":"Optional caller-generated UUID on create; existing IDs on updates.","format":"uuid","type":"string"},"to_stage":{"type":["string","null"]},"transitioned_at":{"format":"int64","type":"integer"}},"type":"object"},"account_tasks":{"properties":{"account_id":{"type":"string"},"assignees":{"items":{"type":"string"},"type":"array"},"author_email":{"readOnly":true,"type":["string","null"]},"completed":{"type":"boolean"},"crdt_state":{"readOnly":true,"type":["string","null"]},"created_at":{"format":"int64","readOnly":true,"type":"integer"},"details":{"type":["string","null"]},"due_date":{"format":"date","type":["string","null"]},"id":{"type":"string"},"owner_email":{"readOnly":true,"type":["string","null"]},"person_identity":{"readOnly":true,"type":["string","null"]},"status":{"enum":["backlog","todo","in_progress","done","canceled"],"type":"string"},"title":{"type":"string"},"updated_at":{"format":"int64","readOnly":true,"type":"integer"},"vault_id":{"readOnly":true,"type":["string","null"]}},"required":["id"],"type":"object"},"account_tasksCreate":{"additionalProperties":false,"properties":{"account_id":{"type":"string"},"assignees":{"items":{"type":"string"},"type":"array"},"completed":{"type":"boolean"},"details":{"type":["string","null"]},"due_date":{"format":"date","type":["string","null"]},"id":{"description":"Optional caller-generated UUID on create; existing IDs on updates.","format":"uuid","type":"string"},"status":{"enum":["backlog","todo","in_progress","done","canceled"],"type":"string"},"title":{"type":"string"}},"required":["title"],"type":"object"},"account_tasksPatch":{"additionalProperties":false,"properties":{"account_id":{"type":"string"},"assignees":{"items":{"type":"string"},"type":"array"},"completed":{"type":"boolean"},"details":{"type":["string","null"]},"due_date":{"format":"date","type":["string","null"]},"id":{"description":"Optional caller-generated UUID on create; existing IDs on updates.","format":"uuid","type":"string"},"status":{"enum":["backlog","todo","in_progress","done","canceled"],"type":"string"},"title":{"type":"string"}},"type":"object"},"accounts":{"properties":{"assignees":{"items":{"type":"string"},"type":"array"},"author_email":{"readOnly":true,"type":["string","null"]},"crdt_state":{"readOnly":true,"type":["string","null"]},"created_at":{"format":"int64","readOnly":true,"type":"integer"},"custom_properties":{"type":["string","null"]},"disqualified_reason":{"type":["string","null"]},"domain":{"type":["string","null"]},"estimated_deal_size":{"format":"int64","type":["integer","null"]},"id":{"type":"string"},"industry":{"type":["string","null"]},"name":{"type":"string"},"owner_email":{"readOnly":true,"type":["string","null"]},"people_overrides":{"type":["string","null"]},"person_identity":{"readOnly":true,"type":["string","null"]},"priority":{"type":["string","null"]},"slug":{"type":["string","null"]},"stage":{"type":["string","null"]},"updated_at":{"format":"int64","readOnly":true,"type":"integer"},"vault_id":{"readOnly":true,"type":["string","null"]}},"required":["id"],"type":"object"},"accountsCreate":{"additionalProperties":false,"properties":{"assignees":{"items":{"type":"string"},"type":"array"},"custom_properties":{"type":["string","null"]},"disqualified_reason":{"type":["string","null"]},"domain":{"type":["string","null"]},"estimated_deal_size":{"format":"int64","type":["integer","null"]},"id":{"description":"Optional caller-generated UUID on create; existing IDs on updates.","format":"uuid","type":"string"},"industry":{"type":["string","null"]},"name":{"type":"string"},"people_overrides":{"type":["string","null"]},"priority":{"type":["string","null"]},"slug":{"type":["string","null"]},"stage":{"type":["string","null"]}},"required":["name"],"type":"object"},"accountsPatch":{"additionalProperties":false,"properties":{"assignees":{"items":{"type":"string"},"type":"array"},"custom_properties":{"type":["string","null"]},"disqualified_reason":{"type":["string","null"]},"domain":{"type":["string","null"]},"estimated_deal_size":{"format":"int64","type":["integer","null"]},"id":{"description":"Optional caller-generated UUID on create; existing IDs on updates.","format":"uuid","type":"string"},"industry":{"type":["string","null"]},"name":{"type":"string"},"people_overrides":{"type":["string","null"]},"priority":{"type":["string","null"]},"slug":{"type":["string","null"]},"stage":{"type":["string","null"]}},"type":"object"},"people":{"properties":{"author_email":{"readOnly":true,"type":["string","null"]},"canonical_email":{"type":"string"},"crdt_state":{"readOnly":true,"type":["string","null"]},"created_at":{"format":"int64","readOnly":true,"type":"integer"},"id":{"type":"string"},"internal_user_email":{"type":["string","null"]},"is_internal":{"type":"boolean"},"name":{"type":["string","null"]},"owner_email":{"readOnly":true,"type":["string","null"]},"person_identity":{"readOnly":true,"type":["string","null"]},"title":{"type":["string","null"]},"updated_at":{"format":"int64","readOnly":true,"type":"integer"},"vault_id":{"readOnly":true,"type":["string","null"]}},"required":["id"],"type":"object"},"peopleCreate":{"additionalProperties":false,"properties":{"canonical_email":{"type":"string"},"id":{"description":"Optional caller-generated UUID on create; existing IDs on updates.","format":"uuid","type":"string"},"internal_user_email":{"type":["string","null"]},"is_internal":{"type":"boolean"},"name":{"type":["string","null"]},"title":{"type":["string","null"]}},"required":["canonical_email"],"type":"object"},"peoplePatch":{"additionalProperties":false,"properties":{"canonical_email":{"type":"string"},"id":{"description":"Optional caller-generated UUID on create; existing IDs on updates.","format":"uuid","type":"string"},"internal_user_email":{"type":["string","null"]},"is_internal":{"type":"boolean"},"name":{"type":["string","null"]},"title":{"type":["string","null"]}},"type":"object"},"pinned_resources":{"properties":{"account_id":{"type":["string","null"]},"author_email":{"readOnly":true,"type":["string","null"]},"content":{"type":"string"},"crdt_state":{"readOnly":true,"type":["string","null"]},"created_at":{"format":"int64","readOnly":true,"type":"integer"},"id":{"type":"string"},"owner_email":{"readOnly":true,"type":["string","null"]},"person_identity":{"readOnly":true,"type":["string","null"]},"resource_type":{"type":"string"},"session_id":{"type":["string","null"]},"timestamp":{"format":"int64","type":"integer"},"title":{"type":"string"},"updated_at":{"format":"int64","readOnly":true,"type":"integer"},"url":{"type":["string","null"]},"vault_id":{"readOnly":true,"type":["string","null"]}},"required":["id"],"type":"object"},"pinned_resourcesCreate":{"additionalProperties":false,"properties":{"account_id":{"type":["string","null"]},"content":{"type":"string"},"id":{"description":"Optional caller-generated UUID on create; existing IDs on updates.","format":"uuid","type":"string"},"resource_type":{"type":"string"},"session_id":{"type":["string","null"]},"timestamp":{"format":"int64","type":"integer"},"title":{"type":"string"},"url":{"type":["string","null"]}},"required":["title"],"type":"object"},"pinned_resourcesPatch":{"additionalProperties":false,"properties":{"account_id":{"type":["string","null"]},"content":{"type":"string"},"id":{"description":"Optional caller-generated UUID on create; existing IDs on updates.","format":"uuid","type":"string"},"resource_type":{"type":"string"},"session_id":{"type":["string","null"]},"timestamp":{"format":"int64","type":"integer"},"title":{"type":"string"},"url":{"type":["string","null"]}},"type":"object"},"product_admin_AddDomainRequest":{"properties":{"auto_discover_vaults":{"type":"boolean"},"auto_grant_write":{"type":"boolean"},"domain":{"type":"string"},"org_id":{"type":"string"}},"required":["org_id","domain"],"type":"object"},"product_admin_AddUserRequest":{"properties":{"can_admin":{"type":"boolean"},"can_write":{"type":"boolean"},"email":{"type":"string"},"org_id":{"type":"string"}},"required":["org_id","email"],"type":"object"},"product_admin_AdminResponse":{"properties":{"message":{"type":"string"},"success":{"type":"boolean"}},"required":["success","message"],"type":"object"},"product_admin_AdminWorkspaceDataQuery":{"properties":{"since":{"type":"integer"}},"type":"object"},"product_admin_ArchiveWorkspaceRequest":{"properties":{"reason":{"anyOf":[{"type":"string"},{"type":"null"}]}},"type":"object"},"product_admin_BetaUser":{"properties":{"access_expires_at":{"anyOf":[{"type":"integer"},{"type":"null"}]},"access_source":{"type":"string"},"access_status":{"type":"string"},"beta_invite_sent_at":{"anyOf":[{"type":"integer"},{"type":"null"}]},"blocked":{"type":"boolean"},"created_at":{"type":"integer"},"email":{"type":"string"},"id":{"type":"string"},"last_login_at":{"anyOf":[{"type":"integer"},{"type":"null"}]}},"required":["id","email","access_status","access_source","blocked","created_at"],"type":"object"},"product_admin_BetaUsersResponse":{"properties":{"users":{"items":{"$ref":"#/components/schemas/product_admin_BetaUser"},"type":"array"}},"required":["users"],"type":"object"},"product_admin_BlockUserRequest":{"properties":{"email":{"type":"string"}},"required":["email"],"type":"object"},"product_admin_CreateOrganizationRequest":{"properties":{"domain":{"anyOf":[{"type":"string"},{"type":"null"}]},"domain_auto_discover_vaults":{"type":"boolean"},"domain_auto_write":{"type":"boolean"},"id":{"type":"string"},"name":{"type":"string"}},"required":["id","name"],"type":"object"},"product_admin_DeleteSourceRequest":{"properties":{"org_id":{"type":"string"},"source_id":{"type":"string"}},"required":["org_id","source_id"],"type":"object"},"product_admin_DomainInfo":{"properties":{"auto_discover_vaults":{"type":"boolean"},"auto_grant_write":{"type":"boolean"},"domain":{"type":"string"}},"required":["domain","auto_grant_write","auto_discover_vaults"],"type":"object"},"product_admin_GrantBetaRequest":{"properties":{"email":{"type":"string"},"expires_at":{"anyOf":[{"type":"integer"},{"type":"null"}]}},"required":["email"],"type":"object"},"product_admin_ListSourcesQuery":{"properties":{"org_id":{"type":"string"}},"required":["org_id"],"type":"object"},"product_admin_ListUsersQuery":{"properties":{"org_id":{"type":"string"}},"required":["org_id"],"type":"object"},"product_admin_OrganizationResponse":{"properties":{"domains":{"items":{"$ref":"#/components/schemas/product_admin_DomainInfo"},"type":"array"},"id":{"type":"string"},"name":{"type":"string"},"user_count":{"type":"integer"}},"required":["id","name","domains","user_count"],"type":"object"},"product_admin_OrganizationsListResponse":{"properties":{"organizations":{"items":{"$ref":"#/components/schemas/product_admin_OrganizationResponse"},"type":"array"}},"required":["organizations"],"type":"object"},"product_admin_RemoveDomainRequest":{"properties":{"domain":{"type":"string"}},"required":["domain"],"type":"object"},"product_admin_RemoveUserRequest":{"properties":{"email":{"type":"string"},"org_id":{"type":"string"}},"required":["org_id","email"],"type":"object"},"product_admin_RevokeBetaRequest":{"properties":{"email":{"type":"string"}},"required":["email"],"type":"object"},"product_admin_SourcesResponse":{"properties":{"sources":{"items":{"$ref":"#/components/schemas/product_db_CloudSource"},"type":"array"}},"required":["sources"],"type":"object"},"product_admin_SuperAdminCheckResponse":{"properties":{"is_super_admin":{"type":"boolean"}},"required":["is_super_admin"],"type":"object"},"product_admin_UpdateUserNameRequest":{"properties":{"email":{"type":"string"},"name":{"type":"string"},"org_id":{"type":"string"}},"required":["org_id","email","name"],"type":"object"},"product_admin_UsersResponse":{"properties":{"users":{"items":{"$ref":"#/components/schemas/product_db_UserPermission"},"type":"array"}},"required":["users"],"type":"object"},"product_admin_WebsiteAnalyticsQuery":{"properties":{"days":{"type":"integer"}},"type":"object"},"product_admin_WorkspaceMetricsResponse":{"properties":{"total_count":{"type":"integer"},"workspaces":{"items":{"$ref":"#/components/schemas/product_analytics_WorkspaceMetrics"},"type":"array"}},"required":["workspaces","total_count"],"type":"object"},"product_admin_WorkspaceNavigationConfigResponse":{"properties":{"config":{"$ref":"#/components/schemas/product_shared_types_WorkspaceNavigationConfig"},"updated_at":{"anyOf":[{"type":"integer"},{"type":"null"}]},"workspace_id":{"type":"string"}},"required":["workspace_id","config"],"type":"object"},"product_admin_WorkspaceUsersMetricsResponse":{"properties":{"total_count":{"type":"integer"},"users":{"items":{"$ref":"#/components/schemas/product_analytics_WorkspaceUserMetrics"},"type":"array"}},"required":["users","total_count"],"type":"object"},"product_analytics_AccessRequest":{"properties":{"created_at":{"type":"integer"},"email":{"type":"string"},"how_can_we_help":{"anyOf":[{"type":"string"},{"type":"null"}]},"id":{"type":"string"}},"required":["id","email","created_at"],"type":"object"},"product_analytics_WebsiteAnalyticsReport":{"properties":{"average_visit_seconds":{"type":"number"},"bounce_rate":{"type":"number"},"browsers":{"items":{"$ref":"#/components/schemas/product_analytics_WebsiteMetricRow"},"type":"array"},"campaigns":{"items":{"$ref":"#/components/schemas/product_analytics_WebsiteMetricRow"},"type":"array"},"conversion_rate":{"type":"number"},"conversions":{"type":"integer"},"conversions_by_landing_page":{"items":{"$ref":"#/components/schemas/product_analytics_WebsiteConversionRow"},"type":"array"},"conversions_by_source":{"items":{"$ref":"#/components/schemas/product_analytics_WebsiteConversionRow"},"type":"array"},"countries":{"items":{"$ref":"#/components/schemas/product_analytics_WebsiteMetricRow"},"type":"array"},"daily":{"items":{"$ref":"#/components/schemas/product_analytics_WebsiteDailyMetric"},"type":"array"},"days":{"type":"integer"},"devices":{"items":{"$ref":"#/components/schemas/product_analytics_WebsiteMetricRow"},"type":"array"},"events":{"items":{"$ref":"#/components/schemas/product_analytics_WebsiteMetricRow"},"type":"array"},"filtered_submissions":{"type":"integer"},"landing_pages":{"items":{"$ref":"#/components/schemas/product_analytics_WebsiteMetricRow"},"type":"array"},"operating_systems":{"items":{"$ref":"#/components/schemas/product_analytics_WebsiteMetricRow"},"type":"array"},"pageviews":{"type":"integer"},"sources":{"items":{"$ref":"#/components/schemas/product_analytics_WebsiteMetricRow"},"type":"array"},"top_pages":{"items":{"$ref":"#/components/schemas/product_analytics_WebsiteMetricRow"},"type":"array"},"views_per_visit":{"type":"number"},"visitors":{"type":"integer"},"visits":{"type":"integer"}},"required":["days","visitors","visits","pageviews","conversions","filtered_submissions","bounce_rate","average_visit_seconds","views_per_visit","conversion_rate","daily","top_pages","landing_pages","sources","conversions_by_source","conversions_by_landing_page","campaigns","devices","browsers","operating_systems","countries","events"],"type":"object"},"product_analytics_WebsiteConversionRow":{"properties":{"conversion_rate":{"type":"number"},"conversions":{"type":"integer"},"label":{"type":"string"},"visits":{"type":"integer"}},"required":["label","visits","conversions","conversion_rate"],"type":"object"},"product_analytics_WebsiteDailyMetric":{"properties":{"conversions":{"type":"integer"},"date":{"type":"string"},"pageviews":{"type":"integer"},"visitors":{"type":"integer"},"visits":{"type":"integer"}},"required":["date","visitors","visits","pageviews","conversions"],"type":"object"},"product_analytics_WebsiteMetricRow":{"properties":{"count":{"type":"integer"},"label":{"type":"string"},"visitors":{"type":"integer"}},"required":["label","count","visitors"],"type":"object"},"product_analytics_WorkspaceMetrics":{"properties":{"account_count":{"type":"integer"},"created_at":{"type":"integer"},"deleted_at":{"anyOf":[{"type":"integer"},{"type":"null"}]},"domains":{"items":{"type":"string"},"type":"array"},"last_activity_at":{"type":"integer"},"logo_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"member_count":{"type":"integer"},"name":{"type":"string"},"org_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"org_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"owner_email":{"type":"string"},"pipeline_value":{"type":"integer"},"session_count":{"type":"integer"},"sessions_last_30_days":{"type":"integer"},"slug":{"anyOf":[{"type":"string"},{"type":"null"}]},"workspace_id":{"type":"string"},"workspace_updated_at":{"type":"integer"}},"required":["workspace_id","name","owner_email","domains","member_count","account_count","session_count","sessions_last_30_days","pipeline_value","created_at","workspace_updated_at","last_activity_at"],"type":"object"},"product_analytics_WorkspaceUserMetrics":{"properties":{"access_status":{"type":"string"},"can_admin":{"type":"boolean"},"can_read":{"type":"boolean"},"can_write":{"type":"boolean"},"email":{"type":"string"},"is_owner":{"type":"boolean"},"joined_at":{"type":"integer"},"last_login_at":{"anyOf":[{"type":"integer"},{"type":"null"}]},"name":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["email","is_owner","can_read","can_write","can_admin","joined_at","access_status"],"type":"object"},"product_auth_AuthenticatedUser":{"properties":{"email":{"type":"string"},"name":{"type":"string"},"picture":{"anyOf":[{"type":"string"},{"type":"null"}]},"role":{"anyOf":[{"type":"string"},{"type":"null"}]},"username":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["email","name"],"type":"object"},"product_bugs_BugReportRequest":{"properties":{"app_version":{"anyOf":[{"type":"string"},{"type":"null"}]},"context":{"anyOf":[{"type":"string"},{"type":"null"}]},"description":{"type":"string"},"severity":{"type":"string"},"title":{"type":"string"}},"required":["title","description"],"type":"object"},"product_bugs_BugReportResponse":{"properties":{"bug":{"$ref":"#/components/schemas/product_db_BugReport"}},"required":["bug"],"type":"object"},"product_bugs_BugReportsResponse":{"properties":{"bugs":{"items":{"$ref":"#/components/schemas/product_db_BugReport"},"type":"array"}},"required":["bugs"],"type":"object"},"product_bugs_BugStatusUpdateResponse":{"properties":{"message":{"type":"string"},"success":{"type":"boolean"}},"required":["success","message"],"type":"object"},"product_bugs_ListBugReportsQuery":{"properties":{"limit":{"type":"integer"},"status":{"anyOf":[{"type":"string"},{"type":"null"}]}},"type":"object"},"product_bugs_UpdateBugStatusRequest":{"properties":{"status":{"type":"string"}},"required":["status"],"type":"object"},"product_db_BugReport":{"properties":{"app_version":{"anyOf":[{"type":"string"},{"type":"null"}]},"context":{"anyOf":[{"type":"string"},{"type":"null"}]},"created_at":{"type":"integer"},"created_by":{"type":"string"},"description":{"type":"string"},"id":{"type":"integer"},"severity":{"type":"string"},"status":{"type":"string"},"title":{"type":"string"}},"required":["id","title","description","severity","status","created_by","created_at"],"type":"object"},"product_db_CheckChunksRequest":{"properties":{"chunks":{"items":{"$ref":"#/components/schemas/product_db_ChunkHashCheck"},"type":"array"}},"required":["chunks"],"type":"object"},"product_db_CheckChunksResponse":{"properties":{"already_synced":{"type":"integer"},"needs_upload":{"items":{"type":"string"},"type":"array"}},"required":["needs_upload","already_synced"],"type":"object"},"product_db_ChunkHashCheck":{"properties":{"content_hash":{"type":"string"},"id":{"type":"string"}},"required":["id","content_hash"],"type":"object"},"product_db_CloudAccountPerson":{"properties":{"account_id":{"type":"string"},"created_at":{"type":"integer"},"id":{"type":"string"},"override_role":{"anyOf":[{"type":"string"},{"type":"null"}]},"person_id":{"type":"string"},"updated_at":{"type":"integer"},"vault_id":{"type":"string"}},"required":["id","account_id","person_id","created_at","updated_at","vault_id"],"type":"object"},"product_db_CloudPerson":{"properties":{"canonical_email":{"type":"string"},"created_at":{"type":"integer"},"id":{"type":"string"},"internal_user_email":{"anyOf":[{"type":"string"},{"type":"null"}]},"is_internal":{"type":"boolean"},"name":{"anyOf":[{"type":"string"},{"type":"null"}]},"person_identity":{"anyOf":[{"type":"string"},{"type":"null"}]},"title":{"anyOf":[{"type":"string"},{"type":"null"}]},"updated_at":{"type":"integer"},"vault_id":{"type":"string"}},"required":["id","canonical_email","is_internal","created_at","updated_at","vault_id"],"type":"object"},"product_db_CloudSessionPerson":{"properties":{"attendees_omitted":{"type":"boolean"},"created_at":{"type":"integer"},"id":{"type":"string"},"is_self":{"type":"boolean"},"person_id":{"type":"string"},"response_status":{"anyOf":[{"type":"string"},{"type":"null"}]},"session_id":{"type":"string"},"source_event_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"updated_at":{"type":"integer"},"vault_id":{"type":"string"}},"required":["id","session_id","person_id","is_self","attendees_omitted","created_at","updated_at","vault_id"],"type":"object"},"product_db_CloudSource":{"properties":{"chunk_count":{"type":"integer"},"created_at":{"type":"integer"},"created_by":{"type":"string"},"source_id":{"type":"string"},"source_name":{"type":"string"},"source_type":{"type":"string"},"updated_at":{"type":"integer"},"vault_id":{"type":"string"}},"required":["source_id","vault_id","source_name","source_type","chunk_count","created_at","updated_at","created_by"],"type":"object"},"product_db_CloudTalkTrack":{"properties":{"content":{"type":"string"},"crdt_state":{"anyOf":[{"type":"string"},{"type":"null"}]},"created_at":{"type":"integer"},"icon":{"anyOf":[{"type":"string"},{"type":"null"}]},"id":{"type":"string"},"owner_email":{"type":"string"},"sort_order":{"type":"integer"},"title":{"type":"string"},"updated_at":{"type":"integer"},"vault_id":{"type":"string"}},"required":["id","owner_email","title","content","sort_order","vault_id","created_at","updated_at"],"type":"object"},"product_db_DocumentChunk":{"properties":{"chunk_index":{"type":"integer"},"content":{"type":"string"},"created_at":{"type":"integer"},"created_by":{"type":"string"},"embedding":{"anyOf":[{"items":{"type":"number"},"type":"array"},{"type":"null"}]},"file_path":{"type":"string"},"heading":{"type":"string"},"id":{"type":"string"},"source_id":{"type":"string"},"source_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"source_type":{"anyOf":[{"type":"string"},{"type":"null"}]},"source_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"title":{"type":"string"},"updated_at":{"type":"integer"},"url":{"anyOf":[{"type":"string"},{"type":"null"}]},"vault_id":{"type":"string"}},"required":["id","vault_id","source_id","file_path","title","heading","content","chunk_index","created_at","updated_at","created_by"],"type":"object"},"product_db_DocumentChunkUpload":{"properties":{"chunk_index":{"type":"integer"},"content":{"type":"string"},"content_hash":{"anyOf":[{"type":"string"},{"type":"null"}]},"embedding":{"anyOf":[{"items":{"type":"number"},"type":"array"},{"type":"null"}]},"file_path":{"type":"string"},"heading":{"type":"string"},"id":{"type":"string"},"source_id":{"type":"string"},"source_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"source_type":{"anyOf":[{"type":"string"},{"type":"null"}]},"source_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"title":{"type":"string"},"url":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","source_id","file_path","title","heading","content","chunk_index"],"type":"object"},"product_db_EmailNotificationPreferences":{"properties":{"account_comments":{"type":"boolean"},"enabled":{"type":"boolean"},"task_assigned":{"type":"boolean"}},"required":["enabled","task_assigned","account_comments"],"type":"object"},"product_db_FullSyncResponse":{"properties":{"account_comments":{"items":{"$ref":"#/components/schemas/product_shared_types_CloudAccountComment"},"type":"array"},"account_notes":{"items":{"$ref":"#/components/schemas/product_shared_types_CloudAccountNote"},"type":"array"},"account_people":{"items":{"$ref":"#/components/schemas/product_db_CloudAccountPerson"},"type":"array"},"account_stage_transitions":{"items":{"$ref":"#/components/schemas/product_shared_types_CloudAccountStageTransition"},"type":"array"},"account_tasks":{"items":{"$ref":"#/components/schemas/product_shared_types_CloudAccountTask"},"type":"array"},"accounts":{"items":{"$ref":"#/components/schemas/product_shared_types_CloudAccount"},"type":"array"},"people":{"items":{"$ref":"#/components/schemas/product_db_CloudPerson"},"type":"array"},"pinned_resources":{"items":{"$ref":"#/components/schemas/product_shared_types_CloudPinnedResource"},"type":"array"},"server_seq":{"type":"integer"},"session_notes":{"items":{"$ref":"#/components/schemas/product_shared_types_CloudSessionNote"},"type":"array"},"session_people":{"items":{"$ref":"#/components/schemas/product_db_CloudSessionPerson"},"type":"array"},"sessions":{"items":{"$ref":"#/components/schemas/product_shared_types_CloudSession"},"type":"array"},"talk_tracks":{"items":{"$ref":"#/components/schemas/product_db_CloudTalkTrack"},"type":"array"},"transcriptions":{"items":{"$ref":"#/components/schemas/product_shared_types_CloudTranscription"},"type":"array"}},"required":["accounts","account_notes","sessions","session_notes","transcriptions","pinned_resources","talk_tracks","server_seq"],"type":"object"},"product_db_OrgAcronymEntry":{"properties":{"acronym":{"type":"string"},"created_by":{"type":"string"},"expansion":{"type":"string"},"updated_at":{"type":"integer"}},"required":["acronym","expansion","created_by","updated_at"],"type":"object"},"product_db_OrgAcronyms":{"properties":{"entries":{"items":{"$ref":"#/components/schemas/product_db_OrgAcronymEntry"},"type":"array"},"updated_at":{"type":"integer"}},"required":["entries","updated_at"],"type":"object"},"product_db_OrgTermsSync":{"properties":{"acronyms":{"$ref":"#/components/schemas/product_db_OrgAcronyms"},"vocabulary":{"$ref":"#/components/schemas/product_db_OrgVocabulary"}},"required":["vocabulary","acronyms"],"type":"object"},"product_db_OrgUserProfile":{"properties":{"can_admin":{"type":"boolean"},"can_read":{"type":"boolean"},"can_write":{"type":"boolean"},"email":{"type":"string"},"name":{"type":"string"},"picture":{"anyOf":[{"type":"string"},{"type":"null"}]},"username":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["email","name","can_read","can_write","can_admin"],"type":"object"},"product_db_OrgVocabulary":{"properties":{"terms":{"items":{"type":"string"},"type":"array"},"updated_at":{"type":"integer"}},"required":["terms","updated_at"],"type":"object"},"product_db_PushUserDataRequest":{"properties":{"account_comments":{"items":{"$ref":"#/components/schemas/product_shared_types_CloudAccountComment"},"type":"array"},"account_notes":{"items":{"$ref":"#/components/schemas/product_shared_types_CloudAccountNote"},"type":"array"},"account_people":{"items":{"$ref":"#/components/schemas/product_db_CloudAccountPerson"},"type":"array"},"account_tasks":{"items":{"$ref":"#/components/schemas/product_shared_types_CloudAccountTask"},"type":"array"},"accounts":{"items":{"$ref":"#/components/schemas/product_shared_types_CloudAccount"},"type":"array"},"deleted_account_ids":{"items":{"type":"string"},"type":"array"},"deleted_account_person_ids":{"items":{"type":"string"},"type":"array"},"deleted_comment_ids":{"items":{"type":"string"},"type":"array"},"deleted_note_ids":{"items":{"type":"string"},"type":"array"},"deleted_person_ids":{"items":{"type":"string"},"type":"array"},"deleted_pinned_resource_ids":{"items":{"type":"string"},"type":"array"},"deleted_session_ids":{"items":{"type":"string"},"type":"array"},"deleted_session_note_ids":{"items":{"type":"string"},"type":"array"},"deleted_session_person_ids":{"items":{"type":"string"},"type":"array"},"deleted_task_ids":{"items":{"type":"string"},"type":"array"},"deleted_transcription_ids":{"items":{"type":"string"},"type":"array"},"device_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"people":{"items":{"$ref":"#/components/schemas/product_db_CloudPerson"},"type":"array"},"pinned_resources":{"items":{"$ref":"#/components/schemas/product_shared_types_CloudPinnedResource"},"type":"array"},"session_notes":{"items":{"$ref":"#/components/schemas/product_shared_types_CloudSessionNote"},"type":"array"},"session_people":{"items":{"$ref":"#/components/schemas/product_db_CloudSessionPerson"},"type":"array"},"sessions":{"items":{"$ref":"#/components/schemas/product_shared_types_CloudSession"},"type":"array"},"transcriptions":{"items":{"$ref":"#/components/schemas/product_shared_types_CloudTranscription"},"type":"array"}},"required":["accounts","account_notes"],"type":"object"},"product_db_RecordShareEntry":{"properties":{"created_at":{"type":"integer"},"created_by":{"type":"string"},"shared_with_email":{"type":"string"}},"required":["shared_with_email","created_by","created_at"],"type":"object"},"product_db_SyncResponse":{"properties":{"chunks":{"items":{"$ref":"#/components/schemas/product_db_DocumentChunk"},"type":"array"},"deleted_ids":{"items":{"type":"string"},"type":"array"},"has_more":{"type":"boolean"},"server_version":{"type":"integer"},"total_chunks":{"anyOf":[{"type":"integer"},{"type":"null"}]}},"required":["chunks","deleted_ids","server_version"],"type":"object"},"product_db_UpdateOrgAcronymsRequest":{"properties":{"entries":{"items":{"$ref":"#/components/schemas/product_db_OrgAcronymEntry"},"type":"array"}},"required":["entries"],"type":"object"},"product_db_UpdateOrgVocabularyRequest":{"properties":{"terms":{"items":{"type":"string"},"type":"array"}},"required":["terms"],"type":"object"},"product_db_UserDataSync":{"properties":{"account_comments":{"items":{"$ref":"#/components/schemas/product_shared_types_CloudAccountComment"},"type":"array"},"account_notes":{"items":{"$ref":"#/components/schemas/product_shared_types_CloudAccountNote"},"type":"array"},"account_people":{"items":{"$ref":"#/components/schemas/product_db_CloudAccountPerson"},"type":"array"},"account_stage_transitions":{"items":{"$ref":"#/components/schemas/product_shared_types_CloudAccountStageTransition"},"type":"array"},"account_tasks":{"items":{"$ref":"#/components/schemas/product_shared_types_CloudAccountTask"},"type":"array"},"accounts":{"items":{"$ref":"#/components/schemas/product_shared_types_CloudAccount"},"type":"array"},"deleted_account_ids":{"items":{"type":"string"},"type":"array"},"deleted_account_person_ids":{"items":{"type":"string"},"type":"array"},"deleted_comment_ids":{"items":{"type":"string"},"type":"array"},"deleted_note_ids":{"items":{"type":"string"},"type":"array"},"deleted_person_ids":{"items":{"type":"string"},"type":"array"},"deleted_pinned_resource_ids":{"items":{"type":"string"},"type":"array"},"deleted_session_ids":{"items":{"type":"string"},"type":"array"},"deleted_session_note_ids":{"items":{"type":"string"},"type":"array"},"deleted_session_person_ids":{"items":{"type":"string"},"type":"array"},"deleted_talk_track_ids":{"items":{"type":"string"},"type":"array"},"deleted_task_ids":{"items":{"type":"string"},"type":"array"},"deleted_transcription_ids":{"items":{"type":"string"},"type":"array"},"people":{"items":{"$ref":"#/components/schemas/product_db_CloudPerson"},"type":"array"},"pinned_resources":{"items":{"$ref":"#/components/schemas/product_shared_types_CloudPinnedResource"},"type":"array"},"server_version":{"type":"integer"},"session_notes":{"items":{"$ref":"#/components/schemas/product_shared_types_CloudSessionNote"},"type":"array"},"session_people":{"items":{"$ref":"#/components/schemas/product_db_CloudSessionPerson"},"type":"array"},"sessions":{"items":{"$ref":"#/components/schemas/product_shared_types_CloudSession"},"type":"array"},"talk_tracks":{"items":{"$ref":"#/components/schemas/product_db_CloudTalkTrack"},"type":"array"},"transcriptions":{"items":{"$ref":"#/components/schemas/product_shared_types_CloudTranscription"},"type":"array"}},"required":["accounts","account_notes","server_version"],"type":"object"},"product_db_UserPermission":{"properties":{"can_admin":{"type":"boolean"},"can_read":{"type":"boolean"},"can_write":{"type":"boolean"},"created_at":{"type":"integer"},"email":{"type":"string"},"org_id":{"type":"string"}},"required":["email","org_id","can_read","can_write","can_admin","created_at"],"type":"object"},"product_email_PaymentCampaignActionResponse":{"properties":{"message":{"type":"string"},"run":{"anyOf":[{"$ref":"#/components/schemas/product_email_PaymentCampaignRun"},{"type":"null"}]},"success":{"type":"boolean"}},"required":["success","message"],"type":"object"},"product_email_PaymentCampaignContent":{"properties":{"body":{"type":"string"},"cta_label":{"type":"string"},"cta_url":{"type":"string"},"headline":{"type":"string"},"preview_text":{"type":"string"},"subject":{"type":"string"}},"required":["subject","preview_text","headline","body","cta_label","cta_url"],"type":"object"},"product_email_PaymentCampaignLaunchRequest":{"properties":{"campaign":{"$ref":"#/components/schemas/product_email_PaymentCampaignContent"},"selected_recipient_emails":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}]}},"required":["campaign"],"type":"object"},"product_email_PaymentCampaignManagerResponse":{"properties":{"campaign":{"$ref":"#/components/schemas/product_email_PaymentCampaignContent"},"eligible_recipient_count":{"type":"integer"},"history":{"items":{"$ref":"#/components/schemas/product_email_PaymentCampaignRun"},"type":"array"},"recipients":{"items":{"$ref":"#/components/schemas/product_email_PaymentCampaignRecipient"},"type":"array"},"suppressed_recipient_count":{"type":"integer"},"updated_at":{"anyOf":[{"type":"integer"},{"type":"null"}]},"updated_by":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["campaign","eligible_recipient_count","suppressed_recipient_count","recipients","history"],"type":"object"},"product_email_PaymentCampaignRecipient":{"properties":{"email":{"type":"string"},"name":{"type":"string"},"workspace_name":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["email","name"],"type":"object"},"product_email_PaymentCampaignRun":{"properties":{"completed_at":{"anyOf":[{"type":"integer"},{"type":"null"}]},"created_at":{"type":"integer"},"created_by":{"type":"string"},"failed_count":{"type":"integer"},"id":{"format":"uuid","type":"string"},"recipient_count":{"type":"integer"},"sent_count":{"type":"integer"},"status":{"type":"string"}},"required":["id","status","recipient_count","sent_count","failed_count","created_by","created_at"],"type":"object"},"product_email_PaymentCampaignTestRequest":{"properties":{"campaign":{"$ref":"#/components/schemas/product_email_PaymentCampaignContent"},"email":{"type":"string"}},"required":["email","campaign"],"type":"object"},"product_email_SendBetaInviteRequest":{"properties":{"custom_message":{"anyOf":[{"type":"string"},{"type":"null"}]},"custom_subject":{"anyOf":[{"type":"string"},{"type":"null"}]},"email":{"type":"string"},"expires_in_days":{"anyOf":[{"type":"integer"},{"type":"null"}]}},"required":["email"],"type":"object"},"product_email_SendDownloadLinkRequest":{"properties":{"email":{"type":"string"}},"required":["email"],"type":"object"},"product_email_SendDownloadLinkResponse":{"properties":{"message":{"type":"string"},"success":{"type":"boolean"}},"required":["success","message"],"type":"object"},"product_email_SendOrgInviteRequest":{"properties":{"can_admin":{"type":"boolean"},"can_write":{"type":"boolean"},"custom_message":{"anyOf":[{"type":"string"},{"type":"null"}]},"custom_subject":{"anyOf":[{"type":"string"},{"type":"null"}]},"email":{"type":"string"},"org_id":{"type":"string"}},"required":["email","org_id"],"type":"object"},"product_gong_ImportAccountRequest":{"properties":{"account_id":{"type":"string"},"force_refresh":{"type":"boolean"},"lookback_days":{"anyOf":[{"type":"integer"},{"type":"null"}]},"vault_id":{"type":"string"}},"required":["vault_id","account_id"],"type":"object"},"product_gong_ImportAccountResponse":{"properties":{"account_conflicts":{"type":"integer"},"account_id":{"type":"string"},"cached_transcripts":{"type":"integer"},"created_sessions":{"type":"integer"},"imported_transcripts":{"type":"integer"},"linked_sessions":{"type":"integer"},"lookback_days":{"type":"integer"},"matched_calls":{"type":"integer"},"missing_transcripts":{"type":"integer"},"scanned_calls":{"type":"integer"},"transcript_segments_upserted":{"type":"integer"},"vault_id":{"type":"string"}},"required":["vault_id","account_id","lookback_days","scanned_calls","matched_calls","created_sessions","linked_sessions","imported_transcripts","cached_transcripts","missing_transcripts","transcript_segments_upserted","account_conflicts"],"type":"object"},"product_gong_ImportSessionRequest":{"properties":{"force_refresh":{"type":"boolean"},"session_id":{"type":"string"},"vault_id":{"type":"string"}},"required":["vault_id","session_id"],"type":"object"},"product_gong_ImportSessionResponse":{"properties":{"account_matched":{"type":"boolean"},"cached":{"type":"boolean"},"calendar_event_id":{"type":"string"},"imported_calls":{"type":"integer"},"matched_calls":{"type":"integer"},"missing_transcripts":{"type":"integer"},"session_id":{"type":"string"},"transcript_segments_upserted":{"type":"integer"},"vault_id":{"type":"string"}},"required":["vault_id","session_id","calendar_event_id","matched_calls","imported_calls","missing_transcripts","transcript_segments_upserted","account_matched","cached"],"type":"object"},"product_gong_OAuthCallbackQuery":{"properties":{"code":{"anyOf":[{"type":"string"},{"type":"null"}]},"error":{"anyOf":[{"type":"string"},{"type":"null"}]},"state":{"anyOf":[{"type":"string"},{"type":"null"}]}},"type":"object"},"product_gong_OAuthStartRequest":{"properties":{"vault_id":{"type":"string"}},"required":["vault_id"],"type":"object"},"product_gong_OAuthStartResponse":{"properties":{"authorization_url":{"type":"string"},"expires_at":{"type":"string"}},"required":["authorization_url","expires_at"],"type":"object"},"product_gong_SaveIntegrationRequest":{"properties":{"access_key":{"anyOf":[{"type":"string"},{"type":"null"}]},"access_key_secret":{"anyOf":[{"type":"string"},{"type":"null"}]},"api_base_url":{"type":"string"},"enabled":{"type":"boolean"},"gong_workspace_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"test_connection":{"type":"boolean"},"vault_id":{"type":"string"}},"required":["vault_id","api_base_url","enabled"],"type":"object"},"product_gong_StatusQuery":{"properties":{"vault_id":{"type":"string"}},"required":["vault_id"],"type":"object"},"product_gong_StatusResponse":{"properties":{"access_key_last_four":{"anyOf":[{"type":"string"},{"type":"null"}]},"api_base_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"auth_type":{"anyOf":[{"type":"string"},{"type":"null"}]},"calls_imported":{"type":"integer"},"can_manage":{"type":"boolean"},"completed_at":{"anyOf":[{"type":"string"},{"type":"null"}]},"configured":{"type":"boolean"},"enabled":{"type":"boolean"},"gong_workspace_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"last_error":{"anyOf":[{"type":"string"},{"type":"null"}]},"last_test_error":{"anyOf":[{"type":"string"},{"type":"null"}]},"last_test_succeeded":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"last_tested_at":{"anyOf":[{"type":"string"},{"type":"null"}]},"oauth_available":{"type":"boolean"},"status":{"type":"string"},"vault_id":{"type":"string"}},"required":["configured","enabled","vault_id","oauth_available","can_manage","status","calls_imported"],"type":"object"},"product_gong_TestIntegrationResponse":{"properties":{"ok":{"type":"boolean"},"tested_at":{"type":"string"}},"required":["ok","tested_at"],"type":"object"},"product_gong_VaultIntegrationRequest":{"properties":{"vault_id":{"type":"string"}},"required":["vault_id"],"type":"object"},"product_oauth_AccountEmailInlineImage":{"properties":{"alt_text":{"type":"string"},"attachment_id":{"type":"string"},"content_id":{"type":"string"},"content_type":{"type":"string"},"file_name":{"type":"string"}},"required":["attachment_id","content_id","file_name","content_type","alt_text"],"type":"object"},"product_oauth_AccountEmailPreview":{"properties":{"attachments":{"items":{"type":"string"},"type":"array"},"body_preview":{"type":"string"},"body_text":{"anyOf":[{"type":"string"},{"type":"null"}]},"cc_emails":{"items":{"type":"string"},"type":"array"},"direction":{"type":"string"},"from_email":{"type":"string"},"from_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"gmail_url":{"type":"string"},"id":{"type":"string"},"inline_images":{"items":{"$ref":"#/components/schemas/product_oauth_AccountEmailInlineImage"},"type":"array"},"original_text":{"anyOf":[{"type":"string"},{"type":"null"}]},"sent_at":{"type":"integer"},"subject":{"type":"string"},"thread_id":{"type":"string"},"to_emails":{"items":{"type":"string"},"type":"array"}},"required":["id","thread_id","direction","subject","from_email","to_emails","sent_at","body_preview","gmail_url","cc_emails","attachments","inline_images"],"type":"object"},"product_oauth_CalendarEventRefreshResult":{"properties":{"event":{"anyOf":[{"$ref":"#/components/schemas/product_shared_calendar_CalendarEvent"},{"type":"null"}]},"status":{"type":"string"}},"required":["status"],"type":"object"},"product_oauth_CalendarMetricsConfigInput":{"properties":{"ignored_domains":{"items":{"type":"string"},"type":"array"},"include_external_meetings":{"type":"boolean"},"include_internal_meetings":{"type":"boolean"},"include_partner_meetings":{"type":"boolean"},"include_unaccepted_external_meetings":{"type":"boolean"},"include_unaccepted_internal_meetings":{"type":"boolean"},"include_unaccepted_partner_meetings":{"type":"boolean"},"internal_domains":{"items":{"type":"string"},"type":"array"},"partner_domains":{"items":{"type":"string"},"type":"array"}},"required":["include_internal_meetings","include_partner_meetings","include_external_meetings"],"type":"object"},"product_oauth_CalendarRefreshLinkedRequest":{"properties":{"event_id":{"type":"string"},"session_id":{"type":"string"}},"type":"object"},"product_oauth_CalendarServerSyncResponse":{"properties":{"changed_session_count":{"type":"integer"},"fetched_event_count":{"type":"integer"},"materialized_session_count":{"type":"integer"}},"required":["changed_session_count","fetched_event_count","materialized_session_count"],"type":"object"},"product_oauth_CalendarSyncRequest":{"properties":{"calendar_metrics_config":{"anyOf":[{"$ref":"#/components/schemas/product_oauth_CalendarMetricsConfigInput"},{"type":"null"}]},"force_refresh":{"type":"boolean"},"vault_id":{"anyOf":[{"type":"string"},{"type":"null"}]}},"type":"object"},"product_oauth_CalendarUpcomingQuery":{"properties":{"future_days":{"anyOf":[{"type":"integer"},{"type":"null"}]},"lookback_hours":{"anyOf":[{"type":"integer"},{"type":"null"}]},"max_results":{"anyOf":[{"type":"integer"},{"type":"null"}]}},"type":"object"},"product_oauth_CalendarWatchResponse":{"properties":{"expiration_ms":{"anyOf":[{"type":"integer"},{"type":"null"}]}},"type":"object"},"product_oauth_GmailAccountEmailImageQuery":{"properties":{"account_identifier":{"type":"string"},"attachment_id":{"type":"string"},"content_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"message_id":{"type":"string"},"thread_id":{"type":"string"},"vault_id":{"type":"string"}},"required":["vault_id","account_identifier","thread_id","message_id","attachment_id"],"type":"object"},"product_oauth_GmailAccountEmailPageQuery":{"properties":{"account_identifier":{"type":"string"},"page_token":{"anyOf":[{"type":"string"},{"type":"null"}]},"vault_id":{"type":"string"}},"required":["vault_id","account_identifier"],"type":"object"},"product_oauth_GmailAccountEmailsQuery":{"properties":{"account_identifier":{"type":"string"},"max_results":{"anyOf":[{"type":"integer"},{"type":"null"}]},"thread_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"vault_id":{"type":"string"}},"type":"object"},"product_people_IdentityChange":{"properties":{"action":{"type":"string"},"email":{"anyOf":[{"type":"string"},{"type":"null"}]},"expected_revision":{"type":"string"},"person_id":{"type":"string"},"resolutions":{"additionalProperties":{"type":"string"},"type":"object"},"source_person_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"vault_id":{"type":"string"}},"required":["vault_id","person_id","action","expected_revision"],"type":"object"},"product_people_IdentityConflict":{"properties":{"key":{"type":"string"},"label":{"type":"string"},"source":{"type":"string"},"target":{"type":"string"}},"required":["key","label","target","source"],"type":"object"},"product_people_IdentityDetail":{"properties":{"account_people":{"items":{"$ref":"#/components/schemas/product_db_CloudAccountPerson"},"type":"array"},"conflicts":{"items":{"$ref":"#/components/schemas/product_people_IdentityConflict"},"type":"array"},"person":{"$ref":"#/components/schemas/product_db_CloudPerson"},"revision":{"type":"string"},"session_people":{"items":{"$ref":"#/components/schemas/product_db_CloudSessionPerson"},"type":"array"},"source":{"anyOf":[{"$ref":"#/components/schemas/product_db_CloudPerson"},{"type":"null"}]}},"required":["person","revision","conflicts","account_people","session_people"],"type":"object"},"product_people_IdentityQuery":{"properties":{"person_id":{"type":"string"},"source_person_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"vault_id":{"type":"string"}},"required":["vault_id","person_id"],"type":"object"},"product_people_IdentitySnapshot":{"properties":{"account_people":{"items":{"$ref":"#/components/schemas/product_db_CloudAccountPerson"},"type":"array"},"deleted_account_person_ids":{"items":{"type":"string"},"type":"array"},"deleted_person_ids":{"items":{"type":"string"},"type":"array"},"deleted_session_person_ids":{"items":{"type":"string"},"type":"array"},"people":{"items":{"$ref":"#/components/schemas/product_db_CloudPerson"},"type":"array"},"session_people":{"items":{"$ref":"#/components/schemas/product_db_CloudSessionPerson"},"type":"array"}},"required":["people","account_people","session_people","deleted_person_ids","deleted_account_person_ids","deleted_session_person_ids"],"type":"object"},"product_proxy_HunterDomainSearchRequest":{"properties":{"decision_maker":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"department":{"anyOf":[{"type":"string"},{"type":"null"}]},"domain":{"type":"string"},"limit":{"anyOf":[{"type":"integer"},{"type":"null"}]},"seniority":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["domain"],"type":"object"},"product_shared_calendar_CalendarAttendee":{"properties":{"display_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"email":{"type":"string"},"is_self":{"type":"boolean"},"response_status":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["email","is_self"],"type":"object"},"product_shared_calendar_CalendarEvent":{"properties":{"attendees":{"items":{"$ref":"#/components/schemas/product_shared_calendar_CalendarAttendee"},"type":"array"},"attendees_omitted":{"type":"boolean"},"end":{"type":"string"},"hangout_link":{"anyOf":[{"type":"string"},{"type":"null"}]},"html_link":{"type":"string"},"id":{"type":"string"},"recurring_event_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"start":{"type":"string"},"status":{"anyOf":[{"type":"string"},{"type":"null"}]},"summary":{"type":"string"}},"required":["id","summary","start","end","html_link","attendees"],"type":"object"},"product_shared_types_CalendarDomainRules":{"properties":{"ignored_domains":{"items":{"type":"string"},"type":"array"},"internal_domains":{"items":{"type":"string"},"type":"array"},"partner_domains":{"items":{"type":"string"},"type":"array"}},"type":"object"},"product_shared_types_CloudAccount":{"properties":{"assignees":{"items":{"type":"string"},"type":"array"},"created_at":{"type":"integer"},"custom_properties":{"anyOf":[{"type":"string"},{"type":"null"}]},"disqualified_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"domain":{"anyOf":[{"type":"string"},{"type":"null"}]},"estimated_deal_size":{"anyOf":[{"type":"integer"},{"type":"null"}]},"id":{"type":"string"},"industry":{"anyOf":[{"type":"string"},{"type":"null"}]},"name":{"type":"string"},"people_overrides":{"anyOf":[{"type":"string"},{"type":"null"}]},"priority":{"anyOf":[{"type":"string"},{"type":"null"}]},"slug":{"anyOf":[{"type":"string"},{"type":"null"}]},"stage":{"anyOf":[{"type":"string"},{"type":"null"}]},"updated_at":{"type":"integer"},"vault_id":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","name","created_at","updated_at"],"type":"object"},"product_shared_types_CloudAccountComment":{"properties":{"account_id":{"type":"string"},"author_email":{"anyOf":[{"type":"string"},{"type":"null"}]},"content":{"type":"string"},"created_at":{"type":"integer"},"id":{"type":"string"},"parent_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"updated_at":{"type":"integer"}},"required":["id","account_id","content","created_at","updated_at"],"type":"object"},"product_shared_types_CloudAccountNote":{"properties":{"account_id":{"type":"string"},"content":{"type":"string"},"crdt_state":{"anyOf":[{"type":"string"},{"type":"null"}]},"created_at":{"type":"integer"},"id":{"type":"string"},"title":{"anyOf":[{"type":"string"},{"type":"null"}]},"updated_at":{"type":"integer"}},"required":["id","account_id","content","created_at","updated_at"],"type":"object"},"product_shared_types_CloudAccountStageTransition":{"properties":{"account_id":{"type":"string"},"from_stage":{"anyOf":[{"type":"string"},{"type":"null"}]},"id":{"type":"string"},"to_stage":{"anyOf":[{"type":"string"},{"type":"null"}]},"transitioned_at":{"type":"integer"},"vault_id":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","account_id","transitioned_at"],"type":"object"},"product_shared_types_CloudAccountTask":{"properties":{"account_id":{"type":"string"},"assignees":{"items":{"type":"string"},"type":"array"},"completed":{"type":"boolean"},"crdt_state":{"anyOf":[{"type":"string"},{"type":"null"}]},"created_at":{"type":"integer"},"details":{"anyOf":[{"type":"string"},{"type":"null"}]},"due_date":{"anyOf":[{"type":"string"},{"type":"null"}]},"id":{"type":"string"},"status":{"type":"string"},"title":{"type":"string"},"updated_at":{"type":"integer"},"vault_id":{"type":"string"}},"required":["id","title","status","completed","created_at","updated_at"],"type":"object"},"product_shared_types_CloudPinnedResource":{"properties":{"account_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"content":{"type":"string"},"id":{"type":"string"},"resource_type":{"type":"string"},"session_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"timestamp":{"type":"integer"},"title":{"type":"string"},"url":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","resource_type","title","content","timestamp"],"type":"object"},"product_shared_types_CloudSession":{"properties":{"account_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"calendar_event_end":{"anyOf":[{"type":"string"},{"type":"null"}]},"calendar_event_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"calendar_event_start":{"anyOf":[{"type":"string"},{"type":"null"}]},"calendar_event_status":{"anyOf":[{"type":"string"},{"type":"null"}]},"calendar_event_summary":{"anyOf":[{"type":"string"},{"type":"null"}]},"created_at":{"type":"integer"},"ended_at":{"anyOf":[{"type":"integer"},{"type":"null"}]},"id":{"type":"string"},"meeting_class":{"anyOf":[{"type":"string"},{"type":"null"}]},"metadata":{"anyOf":[{"type":"string"},{"type":"null"}]},"owner_email":{"anyOf":[{"type":"string"},{"type":"null"}]},"slug":{"anyOf":[{"type":"string"},{"type":"null"}]},"title":{"anyOf":[{"type":"string"},{"type":"null"}]},"total_duration":{"anyOf":[{"type":"integer"},{"type":"null"}]},"updated_at":{"type":"integer"},"vault_id":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","created_at","updated_at"],"type":"object"},"product_shared_types_CloudSessionNote":{"properties":{"content":{"type":"string"},"crdt_state":{"anyOf":[{"type":"string"},{"type":"null"}]},"created_at":{"type":"integer"},"id":{"type":"string"},"session_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"title":{"anyOf":[{"type":"string"},{"type":"null"}]},"updated_at":{"type":"integer"}},"required":["id","content","created_at","updated_at"],"type":"object"},"product_shared_types_CloudTranscription":{"properties":{"content":{"type":"string"},"id":{"type":"string"},"session_id":{"type":"string"},"speaker":{"type":"string"},"timestamp":{"type":"integer"}},"required":["id","session_id","speaker","content","timestamp"],"type":"object"},"product_shared_types_FiscalYearConfig":{"properties":{"enabled":{"type":"boolean"},"start_day":{"type":"integer"},"start_month":{"type":"integer"}},"type":"object"},"product_shared_types_WorkspaceNavigationConfig":{"properties":{"enabled_tabs":{"items":{"type":"string"},"type":"array"},"schema_version":{"type":"integer"}},"type":"object"},"product_subscription_ConfirmCheckoutSessionQuery":{"properties":{"session_id":{"type":"string"}},"required":["session_id"],"type":"object"},"product_subscription_CreateCheckoutSessionRequest":{"properties":{"cancel_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"success_url":{"anyOf":[{"type":"string"},{"type":"null"}]}},"type":"object"},"product_subscription_CreateCheckoutSessionResponse":{"properties":{"checkout_url":{"type":"string"},"includes_trial":{"type":"boolean"},"session_id":{"type":"string"}},"required":["checkout_url","session_id","includes_trial"],"type":"object"},"product_subscription_CreatePortalSessionRequest":{"properties":{"return_url":{"anyOf":[{"type":"string"},{"type":"null"}]}},"type":"object"},"product_subscription_CreatePortalSessionResponse":{"properties":{"portal_url":{"type":"string"}},"required":["portal_url"],"type":"object"},"product_subscription_SubscriptionStatus":{"properties":{"cancel_at_period_end":{"type":"boolean"},"current_period_end":{"anyOf":[{"type":"integer"},{"type":"null"}]},"customer_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"is_active":{"type":"boolean"},"is_beta":{"type":"boolean"},"plan_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"subscription_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"trial_eligible":{"type":"boolean"},"trial_end":{"anyOf":[{"type":"integer"},{"type":"null"}]}},"required":["is_active","cancel_at_period_end","trial_eligible"],"type":"object"},"product_sync_CatchUpBatchResponse":{"properties":{"has_more":{"type":"boolean"},"last_seq":{"type":"integer"},"messages":{"items":{"type":"string"},"type":"array"}},"required":["messages","last_seq","has_more"],"type":"object"},"product_sync_CatchUpHeadResponse":{"properties":{"head_seq":{"type":"integer"}},"required":["head_seq"],"type":"object"},"product_sync_CatchUpQuery":{"properties":{"limit":{"anyOf":[{"type":"integer"},{"type":"null"}]},"since_seq":{"type":"integer"}},"type":"object"},"product_sync_CloudVaultInfo":{"properties":{"account_stages":{"anyOf":[{},{"type":"null"}]},"calendar_domain_rules":{"anyOf":[{"$ref":"#/components/schemas/product_shared_types_CalendarDomainRules"},{"type":"null"}]},"chunk_count":{"type":"integer"},"fiscal_year_config":{"anyOf":[{"$ref":"#/components/schemas/product_shared_types_FiscalYearConfig"},{"type":"null"}]},"last_modified":{"type":"integer"},"logo_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"name":{"type":"string"},"org_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"owner_email":{"type":"string"},"slug":{"anyOf":[{"type":"string"},{"type":"null"}]},"vault_id":{"type":"string"}},"required":["vault_id","name","owner_email","chunk_count","last_modified"],"type":"object"},"product_sync_CrawlUrlRequest":{"properties":{"max_pages":{"anyOf":[{"type":"integer"},{"type":"null"}]},"url":{"type":"string"},"use_sitemap":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"vault_id":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["url"],"type":"object"},"product_sync_CrawlUrlResponse":{"properties":{"pages":{"items":{"$ref":"#/components/schemas/product_sync_CrawledPage"},"type":"array"}},"required":["pages"],"type":"object"},"product_sync_CrawledPage":{"properties":{"content":{"type":"string"},"title":{"type":"string"},"url":{"type":"string"}},"required":["url","title","content"],"type":"object"},"product_sync_FetchChunksRequest":{"properties":{"chunk_ids":{"items":{"type":"string"},"type":"array"}},"required":["chunk_ids"],"type":"object"},"product_sync_FetchChunksResponse":{"properties":{"chunks":{"items":{"$ref":"#/components/schemas/product_db_DocumentChunk"},"type":"array"}},"required":["chunks"],"type":"object"},"product_sync_FetchPageTitleQuery":{"properties":{"url":{"type":"string"}},"required":["url"],"type":"object"},"product_sync_FullSyncRequest":{"properties":{"vault_id":{"type":"string"}},"required":["vault_id"],"type":"object"},"product_sync_ImageDeleteRequest":{"properties":{"urls":{"items":{"type":"string"},"type":"array"}},"required":["urls"],"type":"object"},"product_sync_ImageDeleteResponse":{"properties":{"deleted_keys":{"items":{"type":"string"},"type":"array"}},"required":["deleted_keys"],"type":"object"},"product_sync_ImageResolveRequest":{"properties":{"url":{"type":"string"}},"required":["url"],"type":"object"},"product_sync_ImageUploadRequest":{"properties":{"content_type":{"type":"string"},"data_base64":{"type":"string"},"file_name":{"type":"string"}},"required":["file_name","content_type","data_base64"],"type":"object"},"product_sync_ImageUploadResponse":{"properties":{"key":{"type":"string"},"url":{"type":"string"}},"required":["url","key"],"type":"object"},"product_sync_MutationResponse":{"properties":{"affected_count":{"type":"integer"},"message":{"type":"string"},"server_seq":{"anyOf":[{"type":"integer"},{"type":"null"}]},"server_version":{"type":"integer"},"success":{"type":"boolean"}},"required":["success","message","server_version","affected_count"],"type":"object"},"product_sync_OrgUsersResponse":{"properties":{"users":{"items":{"$ref":"#/components/schemas/product_db_OrgUserProfile"},"type":"array"}},"required":["users"],"type":"object"},"product_sync_PullQuery":{"properties":{"limit":{"anyOf":[{"type":"integer"},{"type":"null"}]},"offset":{"anyOf":[{"type":"integer"},{"type":"null"}]},"since":{"type":"integer"}},"type":"object"},"product_sync_PushChunksRequest":{"properties":{"chunks":{"items":{"$ref":"#/components/schemas/product_db_DocumentChunkUpload"},"type":"array"}},"required":["chunks"],"type":"object"},"product_sync_RegisterVaultRequest":{"properties":{"account_stages":{"anyOf":[{},{"type":"null"}]},"calendar_domain_rules":{"anyOf":[{},{"type":"null"}]},"fiscal_year_config":{"anyOf":[{"$ref":"#/components/schemas/product_shared_types_FiscalYearConfig"},{"type":"null"}]},"logo_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"name":{"type":"string"},"org_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"slug":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["name"],"type":"object"},"product_sync_RemoveVaultMemberRequest":{"properties":{"email":{"type":"string"}},"required":["email"],"type":"object"},"product_sync_ResolveAccountByDomainQuery":{"properties":{"domain":{"type":"string"}},"required":["domain"],"type":"object"},"product_sync_ResolveAccountByDomainResponse":{"properties":{"account":{"anyOf":[{"$ref":"#/components/schemas/product_shared_types_CloudAccount"},{"type":"null"}]}},"type":"object"},"product_sync_ResolveAccountByRouteQuery":{"properties":{"identifier":{"type":"string"}},"required":["identifier"],"type":"object"},"product_sync_ResolveAccountByRouteResponse":{"properties":{"account":{"anyOf":[{"$ref":"#/components/schemas/product_shared_types_CloudAccount"},{"type":"null"}]}},"type":"object"},"product_sync_SearchVaultChunksRequest":{"properties":{"embedding":{"items":{"type":"number"},"type":"array"},"limit":{"type":"integer"}},"required":["embedding"],"type":"object"},"product_sync_SearchVaultChunksResponse":{"properties":{"results":{"items":{"$ref":"#/components/schemas/product_sync_VaultSearchResult"},"type":"array"}},"required":["results"],"type":"object"},"product_sync_ShareListResponse":{"properties":{"shares":{"items":{"$ref":"#/components/schemas/product_db_RecordShareEntry"},"type":"array"}},"required":["shares"],"type":"object"},"product_sync_ShareMutationRequest":{"properties":{"email":{"type":"string"}},"required":["email"],"type":"object"},"product_sync_SoftDeleteVaultRequest":{"properties":{"reason":{"anyOf":[{"type":"string"},{"type":"null"}]}},"type":"object"},"product_sync_TalkTrackPushData":{"properties":{"content":{"type":"string"},"crdt_state":{"anyOf":[{"type":"string"},{"type":"null"}]},"created_at":{"type":"integer"},"icon":{"anyOf":[{"type":"string"},{"type":"null"}]},"sort_order":{"type":"integer"},"title":{"type":"string"},"updated_at":{"type":"integer"}},"required":["title","content"],"type":"object"},"product_sync_TalkTrackPushRequest":{"properties":{"action":{"type":"string"},"client_ts":{"anyOf":[{"type":"integer"},{"type":"null"}]},"data":{"anyOf":[{"$ref":"#/components/schemas/product_sync_TalkTrackPushData"},{"type":"null"}]},"device_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"id":{"type":"string"},"mutation_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"vault_id":{"type":"string"}},"required":["vault_id","action","id"],"type":"object"},"product_sync_TalkTrackPushResponse":{"properties":{"server_seq":{"anyOf":[{"type":"integer"},{"type":"null"}]},"success":{"type":"boolean"}},"required":["success"],"type":"object"},"product_sync_UpdateCurrentUserProfileRequest":{"properties":{"full_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"picture":{"anyOf":[{"type":"string"},{"type":"null"}]},"role":{"anyOf":[{"type":"string"},{"type":"null"}]},"username":{"anyOf":[{"type":"string"},{"type":"null"}]}},"type":"object"},"product_sync_UpdateSourceMetadataRequest":{"properties":{"name":{"type":"string"}},"required":["name"],"type":"object"},"product_sync_UpdateVaultMemberNameRequest":{"properties":{"email":{"type":"string"},"name":{"type":"string"}},"required":["email","name"],"type":"object"},"product_sync_UpsertVaultMemberRequest":{"properties":{"can_admin":{"type":"boolean"},"can_write":{"type":"boolean"},"email":{"type":"string"}},"required":["email","can_write","can_admin"],"type":"object"},"product_sync_UserDataPullQuery":{"properties":{"since":{"type":"integer"}},"type":"object"},"product_sync_UserDataPushResponse":{"properties":{"account_ids_synced":{"items":{"type":"string"},"type":"array"},"accounts_synced":{"type":"integer"},"notes_synced":{"type":"integer"},"pinned_resources_synced":{"type":"integer"},"server_version":{"type":"integer"},"session_notes_synced":{"type":"integer"},"sessions_synced":{"type":"integer"},"success":{"type":"boolean"},"transcriptions_synced":{"type":"integer"}},"required":["success","server_version","accounts_synced","notes_synced"],"type":"object"},"product_sync_VaultSearchResult":{"properties":{"chunk_index":{"type":"integer"},"content":{"type":"string"},"file_path":{"type":"string"},"heading":{"type":"string"},"id":{"type":"string"},"score":{"type":"number"},"source_id":{"type":"string"},"source_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"source_type":{"anyOf":[{"type":"string"},{"type":"null"}]},"source_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"title":{"type":"string"},"url":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","source_id","file_path","title","heading","content","chunk_index","score"],"type":"object"},"product_sync_VaultSessionsPullQuery":{"properties":{"limit":{"anyOf":[{"type":"integer"},{"type":"null"}]},"offset":{"anyOf":[{"type":"integer"},{"type":"null"}]},"since":{"type":"integer"}},"type":"object"},"product_sync_VaultSessionsResponse":{"properties":{"deleted_ids":{"items":{"type":"string"},"type":"array"},"has_more":{"type":"boolean"},"next_offset":{"anyOf":[{"type":"integer"},{"type":"null"}]},"server_version":{"type":"integer"},"sessions":{"items":{"$ref":"#/components/schemas/product_shared_types_CloudSession"},"type":"array"},"total_deleted":{"anyOf":[{"type":"integer"},{"type":"null"}]},"total_sessions":{"anyOf":[{"type":"integer"},{"type":"null"}]}},"required":["sessions","deleted_ids","server_version"],"type":"object"},"product_sync_VaultSourceChunksQuery":{"properties":{"limit":{"anyOf":[{"type":"integer"},{"type":"null"}]},"offset":{"anyOf":[{"type":"integer"},{"type":"null"}]}},"type":"object"},"product_sync_VaultSourceChunksResponse":{"properties":{"chunks":{"items":{"$ref":"#/components/schemas/product_db_DocumentChunk"},"type":"array"},"has_more":{"type":"boolean"},"total_chunks":{"type":"integer"}},"required":["chunks","total_chunks","has_more"],"type":"object"},"product_sync_VaultSourceSummary":{"properties":{"chunk_count":{"type":"integer"},"created_at":{"type":"integer"},"created_by":{"type":"string"},"source_id":{"type":"string"},"source_name":{"type":"string"},"source_type":{"type":"string"},"updated_at":{"type":"integer"}},"required":["source_id","source_name","source_type","chunk_count","created_at","updated_at","created_by"],"type":"object"},"product_sync_VaultSourcesResponse":{"properties":{"sources":{"items":{"$ref":"#/components/schemas/product_sync_VaultSourceSummary"},"type":"array"}},"required":["sources"],"type":"object"},"product_sync_WorkspaceNavigationConfigResponse":{"properties":{"config":{"$ref":"#/components/schemas/product_shared_types_WorkspaceNavigationConfig"},"updated_at":{"anyOf":[{"type":"integer"},{"type":"null"}]},"workspace_id":{"type":"string"}},"required":["workspace_id","config"],"type":"object"},"product_workspace_features_WorkspaceFeatures":{"properties":{"account_email_enabled":{"type":"boolean"}},"required":["account_email_enabled"],"type":"object"},"session_notes":{"properties":{"author_email":{"readOnly":true,"type":["string","null"]},"content":{"type":"string"},"crdt_state":{"readOnly":true,"type":["string","null"]},"created_at":{"format":"int64","readOnly":true,"type":"integer"},"id":{"type":"string"},"owner_email":{"readOnly":true,"type":["string","null"]},"person_identity":{"readOnly":true,"type":["string","null"]},"session_id":{"type":["string","null"]},"title":{"type":["string","null"]},"updated_at":{"format":"int64","readOnly":true,"type":"integer"},"vault_id":{"readOnly":true,"type":["string","null"]}},"required":["id"],"type":"object"},"session_notesCreate":{"additionalProperties":false,"properties":{"content":{"type":"string"},"id":{"description":"Optional caller-generated UUID on create; existing IDs on updates.","format":"uuid","type":"string"},"session_id":{"type":["string","null"]},"text":{"description":"Plain text converted to IDA editor content. Mutually exclusive with content.","type":"string"},"title":{"type":["string","null"]}},"required":["session_id"],"type":"object"},"session_notesPatch":{"additionalProperties":false,"properties":{"content":{"type":"string"},"id":{"description":"Optional caller-generated UUID on create; existing IDs on updates.","format":"uuid","type":"string"},"session_id":{"type":["string","null"]},"text":{"description":"Plain text converted to IDA editor content. Mutually exclusive with content.","type":"string"},"title":{"type":["string","null"]}},"type":"object"},"session_people":{"properties":{"attendees_omitted":{"type":"boolean"},"author_email":{"readOnly":true,"type":["string","null"]},"crdt_state":{"readOnly":true,"type":["string","null"]},"created_at":{"format":"int64","readOnly":true,"type":"integer"},"id":{"type":"string"},"is_self":{"type":"boolean"},"owner_email":{"readOnly":true,"type":["string","null"]},"person_id":{"type":"string"},"person_identity":{"readOnly":true,"type":["string","null"]},"response_status":{"type":["string","null"]},"session_id":{"type":"string"},"source_event_id":{"type":["string","null"]},"updated_at":{"format":"int64","readOnly":true,"type":"integer"},"vault_id":{"readOnly":true,"type":["string","null"]}},"required":["id"],"type":"object"},"session_peopleCreate":{"additionalProperties":false,"properties":{"attendees_omitted":{"type":"boolean"},"id":{"description":"Optional caller-generated UUID on create; existing IDs on updates.","format":"uuid","type":"string"},"is_self":{"type":"boolean"},"person_id":{"type":"string"},"response_status":{"type":["string","null"]},"session_id":{"type":"string"},"source_event_id":{"type":["string","null"]}},"required":["session_id","person_id"],"type":"object"},"session_peoplePatch":{"additionalProperties":false,"properties":{"attendees_omitted":{"type":"boolean"},"id":{"description":"Optional caller-generated UUID on create; existing IDs on updates.","format":"uuid","type":"string"},"is_self":{"type":"boolean"},"person_id":{"type":"string"},"response_status":{"type":["string","null"]},"session_id":{"type":"string"},"source_event_id":{"type":["string","null"]}},"type":"object"},"sessions":{"properties":{"account_id":{"type":["string","null"]},"author_email":{"readOnly":true,"type":["string","null"]},"calendar_event_end":{"type":["string","null"]},"calendar_event_id":{"type":["string","null"]},"calendar_event_start":{"type":["string","null"]},"calendar_event_status":{"type":["string","null"]},"calendar_event_summary":{"type":["string","null"]},"crdt_state":{"readOnly":true,"type":["string","null"]},"created_at":{"format":"int64","readOnly":true,"type":"integer"},"ended_at":{"format":"int64","type":["integer","null"]},"id":{"type":"string"},"meeting_class":{"enum":["internal","partner","external",null]},"metadata":{"type":["string","null"]},"owner_email":{"readOnly":true,"type":["string","null"]},"person_identity":{"readOnly":true,"type":["string","null"]},"slug":{"type":["string","null"]},"title":{"type":["string","null"]},"total_duration":{"format":"int64","type":["integer","null"]},"updated_at":{"format":"int64","readOnly":true,"type":"integer"},"vault_id":{"readOnly":true,"type":["string","null"]}},"required":["id"],"type":"object"},"sessionsCreate":{"additionalProperties":false,"properties":{"account_id":{"type":["string","null"]},"calendar_event_end":{"type":["string","null"]},"calendar_event_id":{"type":["string","null"]},"calendar_event_start":{"type":["string","null"]},"calendar_event_status":{"type":["string","null"]},"calendar_event_summary":{"type":["string","null"]},"ended_at":{"format":"int64","type":["integer","null"]},"id":{"description":"Optional caller-generated UUID on create; existing IDs on updates.","format":"uuid","type":"string"},"meeting_class":{"enum":["internal","partner","external",null]},"metadata":{"type":["string","null"]},"slug":{"type":["string","null"]},"title":{"type":["string","null"]},"total_duration":{"format":"int64","type":["integer","null"]}},"required":[],"type":"object"},"sessionsPatch":{"additionalProperties":false,"properties":{"account_id":{"type":["string","null"]},"calendar_event_end":{"type":["string","null"]},"calendar_event_id":{"type":["string","null"]},"calendar_event_start":{"type":["string","null"]},"calendar_event_status":{"type":["string","null"]},"calendar_event_summary":{"type":["string","null"]},"ended_at":{"format":"int64","type":["integer","null"]},"id":{"description":"Optional caller-generated UUID on create; existing IDs on updates.","format":"uuid","type":"string"},"meeting_class":{"enum":["internal","partner","external",null]},"metadata":{"type":["string","null"]},"slug":{"type":["string","null"]},"title":{"type":["string","null"]},"total_duration":{"format":"int64","type":["integer","null"]}},"type":"object"},"talk_tracks":{"properties":{"author_email":{"readOnly":true,"type":["string","null"]},"content":{"type":"string"},"crdt_state":{"readOnly":true,"type":["string","null"]},"created_at":{"format":"int64","readOnly":true,"type":"integer"},"icon":{"type":["string","null"]},"id":{"type":"string"},"owner_email":{"readOnly":true,"type":["string","null"]},"person_identity":{"readOnly":true,"type":["string","null"]},"sort_order":{"format":"int64","type":"integer"},"title":{"type":"string"},"updated_at":{"format":"int64","readOnly":true,"type":"integer"},"vault_id":{"readOnly":true,"type":["string","null"]}},"required":["id"],"type":"object"},"talk_tracksCreate":{"additionalProperties":false,"properties":{"content":{"type":"string"},"icon":{"type":["string","null"]},"id":{"description":"Optional caller-generated UUID on create; existing IDs on updates.","format":"uuid","type":"string"},"sort_order":{"format":"int64","type":"integer"},"text":{"description":"Plain text converted to IDA editor content. Mutually exclusive with content.","type":"string"},"title":{"type":"string"}},"required":["title"],"type":"object"},"talk_tracksPatch":{"additionalProperties":false,"properties":{"content":{"type":"string"},"icon":{"type":["string","null"]},"id":{"description":"Optional caller-generated UUID on create; existing IDs on updates.","format":"uuid","type":"string"},"sort_order":{"format":"int64","type":"integer"},"text":{"description":"Plain text converted to IDA editor content. Mutually exclusive with content.","type":"string"},"title":{"type":"string"}},"type":"object"},"transcriptions":{"properties":{"author_email":{"readOnly":true,"type":["string","null"]},"content":{"type":"string"},"crdt_state":{"readOnly":true,"type":["string","null"]},"created_at":{"format":"int64","readOnly":true,"type":"integer"},"id":{"type":"string"},"owner_email":{"readOnly":true,"type":["string","null"]},"person_identity":{"readOnly":true,"type":["string","null"]},"session_id":{"type":"string"},"speaker":{"type":"string"},"timestamp":{"format":"int64","type":"integer"},"updated_at":{"format":"int64","readOnly":true,"type":"integer"},"vault_id":{"readOnly":true,"type":["string","null"]}},"required":["id"],"type":"object"},"transcriptionsCreate":{"additionalProperties":false,"properties":{"content":{"type":"string"},"id":{"description":"Optional caller-generated UUID on create; existing IDs on updates.","format":"uuid","type":"string"},"session_id":{"type":"string"},"speaker":{"type":"string"},"timestamp":{"format":"int64","type":"integer"}},"required":["session_id","content"],"type":"object"},"transcriptionsPatch":{"additionalProperties":false,"properties":{"content":{"type":"string"},"id":{"description":"Optional caller-generated UUID on create; existing IDs on updates.","format":"uuid","type":"string"},"session_id":{"type":"string"},"speaker":{"type":"string"},"timestamp":{"format":"int64","type":"integer"}},"type":"object"}},"securitySchemes":{"bearerAuth":{"description":"IDA personal API token (ida_pat_...) or Google OAuth access token","scheme":"bearer","type":"http"}}},"info":{"description":"Build around your workspace. Explore endpoints, inspect request and response schemas, and copy examples in your language.\n\nNew here? Start with the [quickstart](/docs/), [authentication guide](/docs/#authentication), or [pagination and errors](/docs/#conventions).\n\nAgent-facing non-chat product API. API tokens are personal, expiring, and constrained by current IDA permissions. PATCH preserves omitted fields; writes use IDA's existing sync semantics. Collection pagination is ordered by ID. Errors include a request ID.","title":"Ida API reference","version":"1.0.0"},"openapi":"3.1.0","paths":{"/admin/access-requests":{"get":{"description":"Versioned IDA product operation. Preserves the existing admin service contract and permissions.\n\nRequired token scopes: `read`, `admin`.","operationId":"product_get_admin_access_requests","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/product_analytics_AccessRequest"},"type":"array"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"List access requests","tags":["Administration"],"x-ida-scopes":["read","admin"]}},"/admin/access-requests/{request_id}":{"delete":{"description":"Versioned IDA product operation. Preserves the existing admin service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_delete_admin_access_requests_request_id","parameters":[{"in":"path","name":"request_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_AdminResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Dismiss access request","tags":["Administration"],"x-ida-scopes":["write","admin"]}},"/admin/beta/block":{"post":{"description":"Versioned IDA product operation. Preserves the existing admin service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_post_admin_beta_block","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_BlockUserRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_AdminResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Block user","tags":["Administration"],"x-ida-scopes":["write","admin"]}},"/admin/beta/check":{"get":{"description":"Versioned IDA product operation. Preserves the existing admin service contract and permissions.\n\nRequired token scopes: `read`, `admin`.","operationId":"product_get_admin_beta_check","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_SuperAdminCheckResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Check super admin status","tags":["Administration"],"x-ida-scopes":["read","admin"]}},"/admin/beta/grant":{"post":{"description":"Versioned IDA product operation. Preserves the existing admin service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_post_admin_beta_grant","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_GrantBetaRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_AdminResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Grant beta access","tags":["Administration"],"x-ida-scopes":["write","admin"]}},"/admin/beta/revoke":{"post":{"description":"Versioned IDA product operation. Preserves the existing admin service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_post_admin_beta_revoke","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_RevokeBetaRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_AdminResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Revoke beta access","tags":["Administration"],"x-ida-scopes":["write","admin"]}},"/admin/beta/unblock":{"post":{"description":"Versioned IDA product operation. Preserves the existing admin service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_post_admin_beta_unblock","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_BlockUserRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_AdminResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Unblock user","tags":["Administration"],"x-ida-scopes":["write","admin"]}},"/admin/beta/users":{"get":{"description":"Versioned IDA product operation. Preserves the existing admin service contract and permissions.\n\nRequired token scopes: `read`, `admin`.","operationId":"product_get_admin_beta_users","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_BetaUsersResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"List beta users","tags":["Administration"],"x-ida-scopes":["read","admin"]}},"/admin/bugs":{"get":{"description":"Versioned IDA product operation. Preserves the existing bugs service contract and permissions.\n\nRequired token scopes: `read`, `admin`.","operationId":"product_get_admin_bugs","parameters":[{"in":"query","name":"status","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}]}},{"in":"query","name":"limit","required":false,"schema":{"type":"integer"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_bugs_BugReportsResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"List bug reports","tags":["Administration"],"x-ida-scopes":["read","admin"]}},"/admin/bugs/{id}/status":{"post":{"description":"Versioned IDA product operation. Preserves the existing bugs service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_post_admin_bugs_id_status","parameters":[{"in":"path","name":"id","required":true,"schema":{"type":"integer"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_bugs_UpdateBugStatusRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_bugs_BugStatusUpdateResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Update bug status","tags":["Administration"],"x-ida-scopes":["write","admin"]}},"/admin/domains":{"delete":{"description":"Versioned IDA product operation. Preserves the existing admin service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_delete_admin_domains","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_RemoveDomainRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_AdminResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Remove domain","tags":["Administration"],"x-ida-scopes":["write","admin"]},"post":{"description":"Versioned IDA product operation. Preserves the existing admin service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_post_admin_domains","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_AddDomainRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_AdminResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Add domain","tags":["Administration"],"x-ida-scopes":["write","admin"]}},"/admin/orgs":{"get":{"description":"Versioned IDA product operation. Preserves the existing admin service contract and permissions.\n\nRequired token scopes: `read`, `admin`.","operationId":"product_get_admin_orgs","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_OrganizationsListResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"List organizations","tags":["Administration"],"x-ida-scopes":["read","admin"]},"post":{"description":"Versioned IDA product operation. Preserves the existing admin service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_post_admin_orgs","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_CreateOrganizationRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_OrganizationResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Create organization","tags":["Administration"],"x-ida-scopes":["write","admin"]}},"/admin/sources":{"delete":{"description":"Versioned IDA product operation. Preserves the existing admin service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_delete_admin_sources","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_DeleteSourceRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_AdminResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Delete source","tags":["Administration"],"x-ida-scopes":["write","admin"]},"get":{"description":"Versioned IDA product operation. Preserves the existing admin service contract and permissions.\n\nRequired token scopes: `read`, `admin`.","operationId":"product_get_admin_sources","parameters":[{"in":"query","name":"org_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_SourcesResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"List sources","tags":["Administration"],"x-ida-scopes":["read","admin"]}},"/admin/users":{"delete":{"description":"Versioned IDA product operation. Preserves the existing admin service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_delete_admin_users","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_RemoveUserRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_AdminResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Remove user","tags":["Administration"],"x-ida-scopes":["write","admin"]},"get":{"description":"Versioned IDA product operation. Preserves the existing admin service contract and permissions.\n\nRequired token scopes: `read`, `admin`.","operationId":"product_get_admin_users","parameters":[{"in":"query","name":"org_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_UsersResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"List users","tags":["Administration"],"x-ida-scopes":["read","admin"]},"post":{"description":"Versioned IDA product operation. Preserves the existing admin service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_post_admin_users","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_AddUserRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_AdminResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Add user","tags":["Administration"],"x-ida-scopes":["write","admin"]}},"/admin/users/name":{"patch":{"description":"Versioned IDA product operation. Preserves the existing admin service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_patch_admin_users_name","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_UpdateUserNameRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_AdminResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Update user name","tags":["Administration"],"x-ida-scopes":["write","admin"]},"post":{"description":"Versioned IDA product operation. Preserves the existing admin service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_post_admin_users_name","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_UpdateUserNameRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_AdminResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Update user name","tags":["Administration"],"x-ida-scopes":["write","admin"]},"put":{"description":"Versioned IDA product operation. Preserves the existing admin service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_put_admin_users_name","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_UpdateUserNameRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_AdminResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Update user name","tags":["Administration"],"x-ida-scopes":["write","admin"]}},"/admin/website-analytics":{"get":{"description":"Versioned IDA product operation. Preserves the existing admin service contract and permissions.\n\nRequired token scopes: `read`, `admin`.","operationId":"product_get_admin_website_analytics","parameters":[{"in":"query","name":"days","required":false,"schema":{"type":"integer"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_analytics_WebsiteAnalyticsReport"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Get website analytics","tags":["Administration"],"x-ida-scopes":["read","admin"]}},"/admin/workspaces":{"get":{"description":"Versioned IDA product operation. Preserves the existing admin service contract and permissions.\n\nRequired token scopes: `read`, `admin`.","operationId":"product_get_admin_workspaces","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_WorkspaceMetricsResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"List workspace metrics","tags":["Administration"],"x-ida-scopes":["read","admin"]}},"/admin/workspaces/{workspace_id}/archive":{"post":{"description":"Versioned IDA product operation. Preserves the existing admin service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_post_admin_workspaces_workspace_id_archive","parameters":[{"in":"path","name":"workspace_id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_ArchiveWorkspaceRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_AdminResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Archive workspace as super admin","tags":["Administration"],"x-ida-scopes":["write","admin"]}},"/admin/workspaces/{workspace_id}/data":{"get":{"description":"Versioned IDA product operation. Preserves the existing admin service contract and permissions.\n\nRequired token scopes: `read`, `admin`.","operationId":"product_get_admin_workspaces_workspace_id_data","parameters":[{"in":"path","name":"workspace_id","required":true,"schema":{"type":"string"}},{"in":"query","name":"since","required":false,"schema":{"type":"integer"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_db_UserDataSync"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Get workspace data as super admin","tags":["Administration"],"x-ida-scopes":["read","admin"]}},"/admin/workspaces/{workspace_id}/features":{"get":{"description":"Versioned IDA product operation. Preserves the existing admin service contract and permissions.\n\nRequired token scopes: `read`, `admin`.","operationId":"product_get_admin_workspaces_workspace_id_features","parameters":[{"in":"path","name":"workspace_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_workspace_features_WorkspaceFeatures"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Get admin workspace features","tags":["Administration"],"x-ida-scopes":["read","admin"]},"put":{"description":"Versioned IDA product operation. Preserves the existing admin service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_put_admin_workspaces_workspace_id_features","parameters":[{"in":"path","name":"workspace_id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_workspace_features_WorkspaceFeatures"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_workspace_features_WorkspaceFeatures"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Update admin workspace features","tags":["Administration"],"x-ida-scopes":["write","admin"]}},"/admin/workspaces/{workspace_id}/navigation":{"get":{"description":"Versioned IDA product operation. Preserves the existing admin service contract and permissions.\n\nRequired token scopes: `read`, `admin`.","operationId":"product_get_admin_workspaces_workspace_id_navigation","parameters":[{"in":"path","name":"workspace_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_WorkspaceNavigationConfigResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Get workspace navigation as super admin","tags":["Administration"],"x-ida-scopes":["read","admin"]},"put":{"description":"Versioned IDA product operation. Preserves the existing admin service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_put_admin_workspaces_workspace_id_navigation","parameters":[{"in":"path","name":"workspace_id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_shared_types_WorkspaceNavigationConfig"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_WorkspaceNavigationConfigResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Update workspace navigation as super admin","tags":["Administration"],"x-ida-scopes":["write","admin"]}},"/admin/workspaces/{workspace_id}/open":{"post":{"description":"Versioned IDA product operation. Preserves the existing admin service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_post_admin_workspaces_workspace_id_open","parameters":[{"in":"path","name":"workspace_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_CloudVaultInfo"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Open workspace as super admin","tags":["Administration"],"x-ida-scopes":["write","admin"]}},"/admin/workspaces/{workspace_id}/restore":{"post":{"description":"Versioned IDA product operation. Preserves the existing admin service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_post_admin_workspaces_workspace_id_restore","parameters":[{"in":"path","name":"workspace_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_AdminResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Restore workspace as super admin","tags":["Administration"],"x-ida-scopes":["write","admin"]}},"/admin/workspaces/{workspace_id}/users":{"get":{"description":"Versioned IDA product operation. Preserves the existing admin service contract and permissions.\n\nRequired token scopes: `read`, `admin`.","operationId":"product_get_admin_workspaces_workspace_id_users","parameters":[{"in":"path","name":"workspace_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_admin_WorkspaceUsersMetricsResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"List workspace user metrics","tags":["Administration"],"x-ida-scopes":["read","admin"]}},"/auth/device":{"post":{"operationId":"start_device_login","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"additionalProperties":false,"properties":{"expires_in_days":{"default":90,"maximum":365,"minimum":1,"type":"integer"},"name":{"maxLength":100,"minLength":1,"type":"string"},"scopes":{"default":["read","write"],"items":{"enum":["read","write","admin","integrations"]},"type":"array"}},"required":["name"],"type":"object"}}},"required":true},"responses":{"201":{"content":{"application/json":{"schema":{"properties":{"device_code":{"type":"string"},"expires_in":{"type":"integer"},"interval":{"type":"integer"},"user_code":{"type":"string"},"verification_uri":{"type":"string"}},"required":["device_code","user_code","verification_uri","expires_in","interval"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"security":[],"summary":"Start browser sign-in for the CLI","tags":["Authentication"]}},"/auth/device/poll":{"post":{"operationId":"poll_device_login","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"additionalProperties":false,"properties":{"device_code":{"type":"string"}},"required":["device_code"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"security":[],"summary":"Exchange approved device grant for a token","tags":["Authentication"]}},"/billing/subscription":{"get":{"description":"Versioned IDA product operation. Preserves the existing subscription service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_get_billing_subscription","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_subscription_SubscriptionStatus"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Get subscription","tags":["Billing"],"x-ida-scopes":["read"]}},"/billing/subscription/checkout":{"post":{"description":"Versioned IDA product operation. Preserves the existing subscription service contract and permissions.\n\nRequired token scopes: `write`.","operationId":"product_post_billing_subscription_checkout","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_subscription_CreateCheckoutSessionRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_subscription_CreateCheckoutSessionResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Create checkout session","tags":["Billing"],"x-ida-scopes":["write"]}},"/billing/subscription/checkout/confirm":{"get":{"description":"Versioned IDA product operation. Preserves the existing subscription service contract and permissions.\n\nRequired token scopes: `write`.","operationId":"product_get_billing_subscription_checkout_confirm","parameters":[{"in":"query","name":"session_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_subscription_SubscriptionStatus"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Confirm checkout session","tags":["Billing"],"x-ida-scopes":["write"]}},"/billing/subscription/portal":{"post":{"description":"Versioned IDA product operation. Preserves the existing subscription service contract and permissions.\n\nRequired token scopes: `write`.","operationId":"product_post_billing_subscription_portal","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_subscription_CreatePortalSessionRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_subscription_CreatePortalSessionResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Create portal session","tags":["Billing"],"x-ida-scopes":["write"]}},"/bugs/report":{"post":{"description":"Versioned IDA product operation. Preserves the existing bugs service contract and permissions.\n\nRequired token scopes: `write`.","operationId":"product_post_bugs_report","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_bugs_BugReportRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_bugs_BugReportResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Submit bug report","tags":["Bug reports"],"x-ida-scopes":["write"]}},"/capabilities":{"get":{"operationId":"get_capabilities","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"security":[],"summary":"Discover the versioned API","tags":["Discovery"]}},"/email/admin/payment-campaign":{"get":{"description":"Versioned IDA product operation. Preserves the existing email service contract and permissions.\n\nRequired token scopes: `read`, `admin`.","operationId":"product_get_email_admin_payment_campaign","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_email_PaymentCampaignManagerResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Get payment campaign","tags":["Email and notifications"],"x-ida-scopes":["read","admin"]},"put":{"description":"Versioned IDA product operation. Preserves the existing email service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_put_email_admin_payment_campaign","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_email_PaymentCampaignContent"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_email_PaymentCampaignActionResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Save payment campaign","tags":["Email and notifications"],"x-ida-scopes":["write","admin"]}},"/email/admin/payment-campaign/launch":{"post":{"description":"Versioned IDA product operation. Preserves the existing email service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_post_email_admin_payment_campaign_launch","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_email_PaymentCampaignLaunchRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_email_PaymentCampaignActionResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Launch payment campaign","tags":["Email and notifications"],"x-ida-scopes":["write","admin"]}},"/email/admin/payment-campaign/test":{"post":{"description":"Versioned IDA product operation. Preserves the existing email service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_post_email_admin_payment_campaign_test","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_email_PaymentCampaignTestRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_email_PaymentCampaignActionResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Send payment campaign test","tags":["Email and notifications"],"x-ida-scopes":["write","admin"]}},"/email/marketing/unsubscribe/{token}":{"get":{"description":"Versioned IDA product operation. Preserves the existing email service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_get_email_marketing_unsubscribe_token","parameters":[{"in":"path","name":"token","required":true,"schema":{"type":"string"}}],"responses":{"2XX":{"description":"Successful product response; Content-Type identifies JSON, text, or binary media"},"3XX":{"description":"Browser or provider redirect"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Show marketing unsubscribe","tags":["Email and notifications"],"x-ida-scopes":["read"]},"post":{"description":"Versioned IDA product operation. Preserves the existing email service contract and permissions.\n\nRequired token scopes: `write`.","operationId":"product_post_email_marketing_unsubscribe_token","parameters":[{"in":"path","name":"token","required":true,"schema":{"type":"string"}}],"responses":{"2XX":{"description":"Successful product response; Content-Type identifies JSON, text, or binary media"},"3XX":{"description":"Browser or provider redirect"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Confirm marketing unsubscribe","tags":["Email and notifications"],"x-ida-scopes":["write"]}},"/email/notification-preferences":{"get":{"description":"Versioned IDA product operation. Preserves the existing email service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_get_email_notification_preferences","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_db_EmailNotificationPreferences"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Get notification preferences","tags":["Email and notifications"],"x-ida-scopes":["read"]},"put":{"description":"Versioned IDA product operation. Preserves the existing email service contract and permissions.\n\nRequired token scopes: `write`.","operationId":"product_put_email_notification_preferences","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_db_EmailNotificationPreferences"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_db_EmailNotificationPreferences"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Update notification preferences","tags":["Email and notifications"],"x-ida-scopes":["write"]}},"/email/send-beta-invite":{"post":{"description":"Versioned IDA product operation. Preserves the existing email service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_post_email_send_beta_invite","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_email_SendBetaInviteRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_email_SendDownloadLinkResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Send beta invite","tags":["Email and notifications"],"x-ida-scopes":["write","admin"]}},"/email/send-download-link":{"post":{"description":"Versioned IDA product operation. Preserves the existing email service contract and permissions.\n\nRequired token scopes: `write`.","operationId":"product_post_email_send_download_link","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_email_SendDownloadLinkRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_email_SendDownloadLinkResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Send download link","tags":["Email and notifications"],"x-ida-scopes":["write"]}},"/email/send-org-invite":{"post":{"description":"Versioned IDA product operation. Preserves the existing email service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_post_email_send_org_invite","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_email_SendOrgInviteRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_email_SendDownloadLinkResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Send org invite","tags":["Email and notifications"],"x-ida-scopes":["write","admin"]}},"/enrichment/hunter/domain-search":{"post":{"description":"Versioned IDA product operation. Preserves the existing proxy service contract and permissions.\n\nRequired token scopes: `write`, `integrations`.","operationId":"product_post_enrichment_hunter_domain_search","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_proxy_HunterDomainSearchRequest"}}},"required":true},"responses":{"2XX":{"description":"Successful product response; Content-Type identifies JSON, text, or binary media"},"3XX":{"description":"Browser or provider redirect"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Proxy hunter domain search","tags":["Contact enrichment"],"x-ida-scopes":["write","integrations"]}},"/google/calendar/auto-link":{"post":{"description":"Versioned IDA product operation. Preserves the existing oauth service contract and permissions.\n\nRequired token scopes: `write`, `integrations`.","operationId":"product_post_google_calendar_auto_link","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_oauth_CalendarSyncRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_oauth_CalendarServerSyncResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Calendar auto link","tags":["Google Calendar"],"x-ida-scopes":["write","integrations"]}},"/google/calendar/event/{event_id}":{"get":{"description":"Versioned IDA product operation. Preserves the existing oauth service contract and permissions.\n\nRequired token scopes: `read`, `integrations`.","operationId":"product_get_google_calendar_event_event_id","parameters":[{"in":"path","name":"event_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/product_shared_calendar_CalendarEvent"},{"type":"null"}]}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Calendar event by id","tags":["Google Calendar"],"x-ida-scopes":["read","integrations"]}},"/google/calendar/refresh-linked":{"post":{"description":"Versioned IDA product operation. Preserves the existing oauth service contract and permissions.\n\nRequired token scopes: `write`, `integrations`.","operationId":"product_post_google_calendar_refresh_linked","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_oauth_CalendarRefreshLinkedRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_oauth_CalendarEventRefreshResult"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Calendar refresh linked","tags":["Google Calendar"],"x-ida-scopes":["write","integrations"]}},"/google/calendar/sync":{"post":{"description":"Versioned IDA product operation. Preserves the existing oauth service contract and permissions.\n\nRequired token scopes: `write`, `integrations`.","operationId":"product_post_google_calendar_sync","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_oauth_CalendarSyncRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_oauth_CalendarServerSyncResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Calendar sync","tags":["Google Calendar"],"x-ida-scopes":["write","integrations"]}},"/google/calendar/upcoming":{"get":{"description":"Versioned IDA product operation. Preserves the existing oauth service contract and permissions.\n\nRequired token scopes: `read`, `integrations`.","operationId":"product_get_google_calendar_upcoming","parameters":[{"in":"query","name":"max_results","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}]}},{"in":"query","name":"lookback_hours","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}]}},{"in":"query","name":"future_days","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}]}}],"responses":{"200":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/product_shared_calendar_CalendarEvent"},"type":"array"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Calendar upcoming","tags":["Google Calendar"],"x-ida-scopes":["read","integrations"]}},"/google/calendar/watch":{"post":{"description":"Versioned IDA product operation. Preserves the existing oauth service contract and permissions.\n\nRequired token scopes: `write`, `integrations`.","operationId":"product_post_google_calendar_watch","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_oauth_CalendarWatchResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Register calendar watch","tags":["Google Calendar"],"x-ida-scopes":["write","integrations"]}},"/google/gmail/account-email-inline-image":{"get":{"description":"Versioned IDA product operation. Preserves the existing oauth service contract and permissions.\n\nRequired token scopes: `read`, `integrations`.","operationId":"product_get_google_gmail_account_email_inline_image","parameters":[{"in":"query","name":"vault_id","required":true,"schema":{"type":"string"}},{"in":"query","name":"account_identifier","required":true,"schema":{"type":"string"}},{"in":"query","name":"thread_id","required":true,"schema":{"type":"string"}},{"in":"query","name":"message_id","required":true,"schema":{"type":"string"}},{"in":"query","name":"attachment_id","required":true,"schema":{"type":"string"}},{"in":"query","name":"content_id","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}]}}],"responses":{"2XX":{"description":"Successful product response; Content-Type identifies JSON, text, or binary media"},"3XX":{"description":"Browser or provider redirect"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Gmail account email inline image","tags":["Gmail"],"x-ida-scopes":["read","integrations"]}},"/google/gmail/account-email-page":{"get":{"description":"Versioned IDA product operation. Preserves the existing oauth service contract and permissions.\n\nRequired token scopes: `read`, `integrations`.","operationId":"product_get_google_gmail_account_email_page","parameters":[{"in":"query","name":"vault_id","required":true,"schema":{"type":"string"}},{"in":"query","name":"account_identifier","required":true,"schema":{"type":"string"}},{"in":"query","name":"page_token","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}]}}],"responses":{"2XX":{"description":"Successful product response; Content-Type identifies JSON, text, or binary media"},"3XX":{"description":"Browser or provider redirect"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Gmail account email page","tags":["Gmail"],"x-ida-scopes":["read","integrations"]}},"/google/gmail/account-emails":{"get":{"description":"Versioned IDA product operation. Preserves the existing oauth service contract and permissions.\n\nRequired token scopes: `read`, `integrations`.","operationId":"product_get_google_gmail_account_emails","parameters":[{"in":"query","name":"vault_id","required":false,"schema":{"type":"string"}},{"in":"query","name":"account_identifier","required":false,"schema":{"type":"string"}},{"in":"query","name":"max_results","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}]}},{"in":"query","name":"thread_id","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}]}}],"responses":{"200":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/product_oauth_AccountEmailPreview"},"type":"array"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Gmail account emails","tags":["Gmail"],"x-ida-scopes":["read","integrations"]}},"/integrations/gong/config":{"delete":{"description":"Versioned IDA product operation. Preserves the existing gong service contract and permissions.\n\nRequired token scopes: `write`, `integrations`.","operationId":"product_delete_integrations_gong_config","parameters":[{"in":"query","name":"vault_id","required":true,"schema":{"type":"string"}}],"responses":{"2XX":{"description":"Successful product response; Content-Type identifies JSON, text, or binary media"},"3XX":{"description":"Browser or provider redirect"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Delete gong integration","tags":["Gong"],"x-ida-scopes":["write","integrations"]},"put":{"description":"Versioned IDA product operation. Preserves the existing gong service contract and permissions.\n\nRequired token scopes: `write`, `integrations`.","operationId":"product_put_integrations_gong_config","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_gong_SaveIntegrationRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_gong_StatusResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Save gong integration","tags":["Gong"],"x-ida-scopes":["write","integrations"]}},"/integrations/gong/import-account":{"post":{"description":"Versioned IDA product operation. Preserves the existing gong service contract and permissions.\n\nRequired token scopes: `write`, `integrations`.","operationId":"product_post_integrations_gong_import_account","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_gong_ImportAccountRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_gong_ImportAccountResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Import gong account","tags":["Gong"],"x-ida-scopes":["write","integrations"]}},"/integrations/gong/import-session":{"post":{"description":"Versioned IDA product operation. Preserves the existing gong service contract and permissions.\n\nRequired token scopes: `write`, `integrations`.","operationId":"product_post_integrations_gong_import_session","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_gong_ImportSessionRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_gong_ImportSessionResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Import gong session","tags":["Gong"],"x-ida-scopes":["write","integrations"]}},"/integrations/gong/oauth/callback":{"get":{"description":"Versioned IDA product operation. Preserves the existing gong service contract and permissions.\n\nRequired token scopes: `read`, `integrations`.","operationId":"product_get_integrations_gong_oauth_callback","parameters":[{"in":"query","name":"code","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}]}},{"in":"query","name":"state","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}]}},{"in":"query","name":"error","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}]}}],"responses":{"2XX":{"description":"Successful product response; Content-Type identifies JSON, text, or binary media"},"3XX":{"description":"Browser or provider redirect"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Gong oauth callback","tags":["Gong"],"x-ida-scopes":["read","integrations"]}},"/integrations/gong/oauth/start":{"post":{"description":"Versioned IDA product operation. Preserves the existing gong service contract and permissions.\n\nRequired token scopes: `write`, `integrations`.","operationId":"product_post_integrations_gong_oauth_start","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_gong_OAuthStartRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_gong_OAuthStartResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Start gong oauth","tags":["Gong"],"x-ida-scopes":["write","integrations"]}},"/integrations/gong/status":{"get":{"description":"Versioned IDA product operation. Preserves the existing gong service contract and permissions.\n\nRequired token scopes: `read`, `integrations`.","operationId":"product_get_integrations_gong_status","parameters":[{"in":"query","name":"vault_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_gong_StatusResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Gong status","tags":["Gong"],"x-ida-scopes":["read","integrations"]}},"/integrations/gong/test":{"post":{"description":"Versioned IDA product operation. Preserves the existing gong service contract and permissions.\n\nRequired token scopes: `write`, `integrations`.","operationId":"product_post_integrations_gong_test","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_gong_VaultIntegrationRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_gong_TestIntegrationResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Test gong integration","tags":["Gong"],"x-ida-scopes":["write","integrations"]}},"/me":{"get":{"operationId":"get_current_user","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"email":{"type":"string"},"name":{"type":"string"}},"required":["email"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Get authenticated identity","x-ida-scopes":["read"],"tags":["Authentication"],"description":"Required token scopes: `read`."}},"/openapi.json":{"get":{"operationId":"get_openapi","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"security":[],"summary":"Discover the versioned API","tags":["Discovery"]}},"/people/identity":{"get":{"description":"Versioned IDA product operation. Preserves the existing people service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_get_people_identity","parameters":[{"in":"query","name":"vault_id","required":true,"schema":{"type":"string"}},{"in":"query","name":"person_id","required":true,"schema":{"type":"string"}},{"in":"query","name":"source_person_id","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_people_IdentityDetail"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Get identity","tags":["People"],"x-ida-scopes":["read"]},"post":{"description":"Versioned IDA product operation. Preserves the existing people service contract and permissions.\n\nRequired token scopes: `write`.","operationId":"product_post_people_identity","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_people_IdentityChange"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_people_IdentitySnapshot"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Change identity","tags":["People"],"x-ida-scopes":["write"]}},"/sync/catchup/all":{"get":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_get_sync_catchup_all","parameters":[{"in":"query","name":"since_seq","required":false,"schema":{"type":"integer"}},{"in":"query","name":"limit","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_CatchUpBatchResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Catchup all","tags":["Sync and workspace settings"],"x-ida-scopes":["read"]}},"/sync/catchup/head":{"get":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_get_sync_catchup_head","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_CatchUpHeadResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Catchup head","tags":["Sync and workspace settings"],"x-ida-scopes":["read"]}},"/sync/catchup/org/{org_id}":{"get":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_get_sync_catchup_org_org_id","parameters":[{"in":"path","name":"org_id","required":true,"schema":{"type":"string"}},{"in":"query","name":"since_seq","required":false,"schema":{"type":"integer"}},{"in":"query","name":"limit","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_CatchUpBatchResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Catchup org","tags":["Sync and workspace settings"],"x-ida-scopes":["read"]}},"/sync/catchup/user":{"get":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_get_sync_catchup_user","parameters":[{"in":"query","name":"since_seq","required":false,"schema":{"type":"integer"}},{"in":"query","name":"limit","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_CatchUpBatchResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Catchup user","tags":["Sync and workspace settings"],"x-ida-scopes":["read"]}},"/sync/catchup/vault/{vault_id}":{"get":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_get_sync_catchup_vault_vault_id","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}},{"in":"query","name":"since_seq","required":false,"schema":{"type":"integer"}},{"in":"query","name":"limit","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_CatchUpBatchResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Catchup vault","tags":["Sync and workspace settings"],"x-ida-scopes":["read"]}},"/sync/crawl-url":{"post":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `write`.","operationId":"product_post_sync_crawl_url","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_CrawlUrlRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_CrawlUrlResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Crawl url docs","tags":["Knowledge"],"x-ida-scopes":["write"]}},"/sync/fetch-page-title":{"get":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_get_sync_fetch_page_title","parameters":[{"in":"query","name":"url","required":true,"schema":{"type":"string"}}],"responses":{"2XX":{"description":"Successful product response; Content-Type identifies JSON, text, or binary media"},"3XX":{"description":"Browser or provider redirect"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Fetch page title","tags":["Knowledge"],"x-ida-scopes":["read"]}},"/sync/full":{"post":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_post_sync_full","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_FullSyncRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_db_FullSyncResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Full sync","tags":["Sync and workspace settings"],"x-ida-scopes":["read"]}},"/sync/me":{"get":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_get_sync_me","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_auth_AuthenticatedUser"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Get current user","tags":["Profile and organizations"],"x-ida-scopes":["read"]}},"/sync/org/{org_id}/users":{"get":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_get_sync_org_org_id_users","parameters":[{"in":"path","name":"org_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_OrgUsersResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"List org users","tags":["Profile and organizations"],"x-ida-scopes":["read"]}},"/sync/orgs":{"get":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_get_sync_orgs","parameters":[],"responses":{"2XX":{"description":"Successful product response; Content-Type identifies JSON, text, or binary media"},"3XX":{"description":"Browser or provider redirect"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"List organizations","tags":["Profile and organizations"],"x-ida-scopes":["read"]}},"/sync/profile":{"post":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `write`.","operationId":"product_post_sync_profile","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_UpdateCurrentUserProfileRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_auth_AuthenticatedUser"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Update current user profile","tags":["Profile and organizations"],"x-ida-scopes":["write"]},"put":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `write`.","operationId":"product_put_sync_profile","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_UpdateCurrentUserProfileRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_auth_AuthenticatedUser"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Update current user profile","tags":["Profile and organizations"],"x-ida-scopes":["write"]}},"/sync/talk-tracks/push":{"post":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `write`.","operationId":"product_post_sync_talk_tracks_push","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_TalkTrackPushRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_TalkTrackPushResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Push talk track","tags":["Sync and workspace settings"],"x-ida-scopes":["write"]}},"/sync/user-data":{"get":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_get_sync_user_data","parameters":[{"in":"query","name":"since","required":false,"schema":{"type":"integer"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_db_UserDataSync"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Pull user data","tags":["Sync and workspace settings"],"x-ida-scopes":["read"]},"post":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `write`.","operationId":"product_post_sync_user_data","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_db_PushUserDataRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_UserDataPushResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Push user data","tags":["Sync and workspace settings"],"x-ida-scopes":["write"]}},"/sync/vault/by-slug/{slug}":{"get":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_get_sync_vault_by_slug_slug","parameters":[{"in":"path","name":"slug","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_CloudVaultInfo"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Resolve vault by slug","tags":["Sync and workspace settings"],"x-ida-scopes":["read"]}},"/sync/vault/{vault_id}":{"get":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_get_sync_vault_vault_id","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}},{"in":"query","name":"since","required":false,"schema":{"type":"integer"}},{"in":"query","name":"limit","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}]}},{"in":"query","name":"offset","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_db_SyncResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Pull vault","tags":["Sync and workspace settings"],"x-ida-scopes":["read"]},"post":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `write`.","operationId":"product_post_sync_vault_vault_id","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_PushChunksRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_MutationResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Push vault","tags":["Sync and workspace settings"],"x-ida-scopes":["write"]}},"/sync/vault/{vault_id}/accounts/resolve-by-domain":{"get":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_get_sync_vault_vault_id_accounts_resolve_by_domain","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}},{"in":"query","name":"domain","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_ResolveAccountByDomainResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Resolve vault account by domain","tags":["Sync and workspace settings"],"x-ida-scopes":["read"]}},"/sync/vault/{vault_id}/accounts/resolve-by-route":{"get":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_get_sync_vault_vault_id_accounts_resolve_by_route","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}},{"in":"query","name":"identifier","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_ResolveAccountByRouteResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Resolve vault account by route","tags":["Sync and workspace settings"],"x-ida-scopes":["read"]}},"/sync/vault/{vault_id}/accounts/{account_id}/shares":{"delete":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_delete_sync_vault_vault_id_accounts_account_id_shares","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}},{"in":"path","name":"account_id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_ShareMutationRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_MutationResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Revoke account share","tags":["Members and sharing"],"x-ida-scopes":["write","admin"]},"get":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_get_sync_vault_vault_id_accounts_account_id_shares","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}},{"in":"path","name":"account_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_ShareListResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"List account shares","tags":["Members and sharing"],"x-ida-scopes":["read"]},"post":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_post_sync_vault_vault_id_accounts_account_id_shares","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}},{"in":"path","name":"account_id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_ShareMutationRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_MutationResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Grant account share","tags":["Members and sharing"],"x-ida-scopes":["write","admin"]}},"/sync/vault/{vault_id}/acronyms":{"post":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `write`.","operationId":"product_post_sync_vault_vault_id_acronyms","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_db_UpdateOrgAcronymsRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_MutationResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Update org acronyms","tags":["Vocabulary"],"x-ida-scopes":["write"]}},"/sync/vault/{vault_id}/check":{"post":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_post_sync_vault_vault_id_check","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_db_CheckChunksRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_db_CheckChunksResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Check vault chunks","tags":["Sync and workspace settings"],"x-ida-scopes":["read"]}},"/sync/vault/{vault_id}/chunks/fetch":{"post":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_post_sync_vault_vault_id_chunks_fetch","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_FetchChunksRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_FetchChunksResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Fetch vault chunks","tags":["Knowledge"],"x-ida-scopes":["read"]}},"/sync/vault/{vault_id}/delete":{"post":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `write`.","operationId":"product_post_sync_vault_vault_id_delete","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_SoftDeleteVaultRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_MutationResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Soft delete vault","tags":["Sync and workspace settings"],"x-ida-scopes":["write"]}},"/sync/vault/{vault_id}/features":{"get":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_get_sync_vault_vault_id_features","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_workspace_features_WorkspaceFeatures"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Get workspace features","tags":["Sync and workspace settings"],"x-ida-scopes":["read"]}},"/sync/vault/{vault_id}/files/delete":{"post":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `write`.","operationId":"product_post_sync_vault_vault_id_files_delete","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_ImageDeleteRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_ImageDeleteResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Delete user images","tags":["Files and links"],"x-ida-scopes":["write"]}},"/sync/vault/{vault_id}/files/upload":{"post":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `write`.","operationId":"product_post_sync_vault_vault_id_files_upload","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_ImageUploadRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_ImageUploadResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Upload user file","tags":["Files and links"],"x-ida-scopes":["write"]}},"/sync/vault/{vault_id}/images/delete":{"post":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `write`.","operationId":"product_post_sync_vault_vault_id_images_delete","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_ImageDeleteRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_ImageDeleteResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Delete user images","tags":["Files and links"],"x-ida-scopes":["write"]}},"/sync/vault/{vault_id}/images/resolve":{"post":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_post_sync_vault_vault_id_images_resolve","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_ImageResolveRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_ImageUploadResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Resolve user image","tags":["Files and links"],"x-ida-scopes":["read"]}},"/sync/vault/{vault_id}/images/upload":{"post":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `write`.","operationId":"product_post_sync_vault_vault_id_images_upload","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_ImageUploadRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_ImageUploadResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Upload user image","tags":["Files and links"],"x-ida-scopes":["write"]}},"/sync/vault/{vault_id}/members":{"delete":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_delete_sync_vault_vault_id_members","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_RemoveVaultMemberRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_MutationResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Remove vault member","tags":["Members and sharing"],"x-ida-scopes":["write","admin"]},"get":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_get_sync_vault_vault_id_members","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_OrgUsersResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"List vault members","tags":["Members and sharing"],"x-ida-scopes":["read"]},"post":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_post_sync_vault_vault_id_members","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_UpsertVaultMemberRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_MutationResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Upsert vault member","tags":["Members and sharing"],"x-ida-scopes":["write","admin"]}},"/sync/vault/{vault_id}/members/invite":{"post":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_post_sync_vault_vault_id_members_invite","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_UpsertVaultMemberRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_MutationResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Invite vault member","tags":["Members and sharing"],"x-ida-scopes":["write","admin"]}},"/sync/vault/{vault_id}/members/name":{"put":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_put_sync_vault_vault_id_members_name","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_UpdateVaultMemberNameRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_MutationResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Update vault member name","tags":["Members and sharing"],"x-ida-scopes":["write","admin"]}},"/sync/vault/{vault_id}/navigation":{"get":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_get_sync_vault_vault_id_navigation","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_WorkspaceNavigationConfigResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Get workspace navigation config","tags":["Sync and workspace settings"],"x-ida-scopes":["read"]},"put":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `write`.","operationId":"product_put_sync_vault_vault_id_navigation","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_shared_types_WorkspaceNavigationConfig"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_WorkspaceNavigationConfigResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Update workspace navigation config","tags":["Sync and workspace settings"],"x-ida-scopes":["write"]}},"/sync/vault/{vault_id}/register":{"post":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `write`.","operationId":"product_post_sync_vault_vault_id_register","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_RegisterVaultRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_CloudVaultInfo"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Register vault","tags":["Sync and workspace settings"],"x-ida-scopes":["write"]}},"/sync/vault/{vault_id}/restore":{"post":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `write`.","operationId":"product_post_sync_vault_vault_id_restore","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_MutationResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Restore deleted vault","tags":["Sync and workspace settings"],"x-ida-scopes":["write"]}},"/sync/vault/{vault_id}/search":{"post":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_post_sync_vault_vault_id_search","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_SearchVaultChunksRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_SearchVaultChunksResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Search vault chunks","tags":["Knowledge"],"x-ida-scopes":["read"]}},"/sync/vault/{vault_id}/sessions":{"get":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_get_sync_vault_vault_id_sessions","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}},{"in":"query","name":"since","required":false,"schema":{"type":"integer"}},{"in":"query","name":"limit","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}]}},{"in":"query","name":"offset","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_VaultSessionsResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Pull vault sessions","tags":["Sync and workspace settings"],"x-ida-scopes":["read"]}},"/sync/vault/{vault_id}/sessions/{session_id}/shares":{"delete":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_delete_sync_vault_vault_id_sessions_session_id_shares","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}},{"in":"path","name":"session_id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_ShareMutationRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_MutationResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Revoke session share","tags":["Members and sharing"],"x-ida-scopes":["write","admin"]},"get":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_get_sync_vault_vault_id_sessions_session_id_shares","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}},{"in":"path","name":"session_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_ShareListResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"List session shares","tags":["Members and sharing"],"x-ida-scopes":["read"]},"post":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_post_sync_vault_vault_id_sessions_session_id_shares","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}},{"in":"path","name":"session_id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_ShareMutationRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_MutationResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Grant session share","tags":["Members and sharing"],"x-ida-scopes":["write","admin"]}},"/sync/vault/{vault_id}/source/{source_id}":{"delete":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `write`.","operationId":"product_delete_sync_vault_vault_id_source_source_id","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}},{"in":"path","name":"source_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_MutationResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Delete vault source","tags":["Knowledge"],"x-ida-scopes":["write"]},"put":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `write`.","operationId":"product_put_sync_vault_vault_id_source_source_id","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}},{"in":"path","name":"source_id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_UpdateSourceMetadataRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_MutationResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Update source metadata","tags":["Knowledge"],"x-ida-scopes":["write"]}},"/sync/vault/{vault_id}/source/{source_id}/chunks":{"get":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_get_sync_vault_vault_id_source_source_id_chunks","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}},{"in":"path","name":"source_id","required":true,"schema":{"type":"string"}},{"in":"query","name":"limit","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}]}},{"in":"query","name":"offset","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}]}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_VaultSourceChunksResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Pull vault source chunks","tags":["Knowledge"],"x-ida-scopes":["read"]}},"/sync/vault/{vault_id}/sources":{"get":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_get_sync_vault_vault_id_sources","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_VaultSourcesResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"List vault sources","tags":["Knowledge"],"x-ida-scopes":["read"]}},"/sync/vault/{vault_id}/talk-tracks/{talk_track_id}/shares":{"delete":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_delete_sync_vault_vault_id_talk_tracks_talk_track_id_shares","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}},{"in":"path","name":"talk_track_id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_ShareMutationRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_MutationResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Revoke talk track share","tags":["Members and sharing"],"x-ida-scopes":["write","admin"]},"get":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_get_sync_vault_vault_id_talk_tracks_talk_track_id_shares","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}},{"in":"path","name":"talk_track_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_ShareListResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"List talk track shares","tags":["Members and sharing"],"x-ida-scopes":["read"]},"post":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `write`, `admin`.","operationId":"product_post_sync_vault_vault_id_talk_tracks_talk_track_id_shares","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}},{"in":"path","name":"talk_track_id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_ShareMutationRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_MutationResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Grant talk track share","tags":["Members and sharing"],"x-ida-scopes":["write","admin"]}},"/sync/vault/{vault_id}/terms":{"get":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_get_sync_vault_vault_id_terms","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_db_OrgTermsSync"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Get org terms","tags":["Vocabulary"],"x-ida-scopes":["read"]}},"/sync/vault/{vault_id}/vocabulary":{"post":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `write`.","operationId":"product_post_sync_vault_vault_id_vocabulary","parameters":[{"in":"path","name":"vault_id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_db_UpdateOrgVocabularyRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_sync_MutationResponse"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Update org vocabulary","tags":["Vocabulary"],"x-ida-scopes":["write"]}},"/sync/vaults":{"get":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_get_sync_vaults","parameters":[],"responses":{"2XX":{"description":"Successful product response; Content-Type identifies JSON, text, or binary media"},"3XX":{"description":"Browser or provider redirect"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"List vaults","tags":["Sync and workspace settings"],"x-ida-scopes":["read"]}},"/sync/vaults/deleted":{"get":{"description":"Versioned IDA product operation. Preserves the existing sync service contract and permissions.\n\nRequired token scopes: `read`.","operationId":"product_get_sync_vaults_deleted","parameters":[],"responses":{"2XX":{"description":"Successful product response; Content-Type identifies JSON, text, or binary media"},"3XX":{"description":"Browser or provider redirect"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"List deleted vaults","tags":["Sync and workspace settings"],"x-ida-scopes":["read"]}},"/tokens":{"get":{"operationId":"list_tokens","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"List your tokens without secrets","x-ida-scopes":["read"],"tags":["Authentication"],"description":"Required token scopes: `read`."},"post":{"operationId":"create_token","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"additionalProperties":false,"properties":{"expires_in_days":{"default":90,"maximum":365,"minimum":1,"type":"integer"},"name":{"maxLength":100,"minLength":1,"type":"string"},"scopes":{"default":["read","write"],"items":{"enum":["read","write","admin","integrations"]},"type":"array"}},"required":["name"],"type":"object"}}},"required":true},"responses":{"201":{"content":{"application/json":{"schema":{"properties":{"data":{"properties":{"token":{"description":"Secret returned exactly once","type":"string"}},"type":"object"}},"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Create an expiring token (Google/session authentication only)","x-ida-scopes":["write"],"tags":["Authentication"],"description":"Required token scopes: `write`."}},"/tokens/{id}":{"delete":{"operationId":"revoke_token","parameters":[{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Revoke your API token","x-ida-scopes":["write"],"tags":["Authentication"],"description":"Required token scopes: `write`."}},"/workspaces":{"get":{"operationId":"list_workspaces","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"items":{"type":"object"},"type":"array"}},"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"List accessible workspaces","x-ida-scopes":["read"],"tags":["Workspaces"],"description":"Required token scopes: `read`."},"post":{"operationId":"create_workspace","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"properties":{"account_stages":{},"calendar_domain_rules":{"type":["object","null"]},"fiscal_year_config":{"type":["object","null"]},"logo_url":{"type":["string","null"]},"name":{"minLength":1,"type":"string"},"org_id":{"type":["string","null"]},"slug":{"type":["string","null"]}},"required":["name"],"type":"object"}}},"required":true},"responses":{"201":{"content":{"application/json":{"schema":{"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Create a workspace","x-ida-scopes":["write"],"tags":["Workspaces"],"description":"Required token scopes: `write`."}},"/workspaces/{workspace}":{"get":{"operationId":"get_workspace","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Read or update workspace settings","x-ida-scopes":["read"],"tags":["Workspaces"],"description":"Required token scopes: `read`."},"patch":{"operationId":"patch_workspace","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"additionalProperties":false,"properties":{"account_stages":{},"calendar_domain_rules":{"type":["object","null"]},"fiscal_year_config":{"type":["object","null"]},"logo_url":{"type":["string","null"]},"name":{"minLength":1,"type":"string"},"slug":{"type":["string","null"]}},"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Read or update workspace settings","x-ida-scopes":["write"],"tags":["Workspaces"],"description":"Required token scopes: `write`."}},"/workspaces/{workspace}/account-notes":{"get":{"operationId":"list_account_notes","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"query","name":"limit","required":false,"schema":{"default":100,"maximum":500,"minimum":1,"type":"integer"}},{"in":"query","name":"after","required":false,"schema":{"type":"string"}},{"in":"query","name":"q","required":false,"schema":{"type":"string"}},{"in":"query","name":"account_id","required":false,"schema":{"type":"string"}},{"in":"query","name":"session_id","required":false,"schema":{"type":"string"}},{"in":"query","name":"person_id","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"items":{"$ref":"#/components/schemas/account_notes"},"type":"array"},"has_more":{"type":"boolean"},"next_cursor":{"description":"Pass as after to fetch the next page","type":["string","null"]}},"required":["data","has_more","next_cursor"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"List account-notes visible in a workspace","x-ida-scopes":["read"],"tags":["Notes and comments"],"description":"Required token scopes: `read`."},"post":{"operationId":"create_account_notes","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/account_notesCreate"}}},"required":true},"responses":{"201":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/account_notes"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Create account-notes","x-ida-scopes":["write"],"tags":["Notes and comments"],"description":"Required token scopes: `write`."}},"/workspaces/{workspace}/account-notes/{id}":{"delete":{"operationId":"delete_account_notes","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"properties":{"deleted":{"const":true},"id":{"type":"string"}},"type":"object"}},"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Delete account-notes through IDA sync","x-ida-scopes":["write"],"tags":["Notes and comments"],"description":"Required token scopes: `write`."},"get":{"operationId":"get_account_notes","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/account_notes"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Get account-notes by ID","x-ida-scopes":["read"],"tags":["Notes and comments"],"description":"Required token scopes: `read`."},"patch":{"operationId":"update_account_notes","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/account_notesPatch"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/account_notes"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Update supplied fields of account-notes","x-ida-scopes":["write"],"tags":["Notes and comments"],"description":"Required token scopes: `write`."}},"/workspaces/{workspace}/account-people":{"get":{"operationId":"list_account_people","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"query","name":"limit","required":false,"schema":{"default":100,"maximum":500,"minimum":1,"type":"integer"}},{"in":"query","name":"after","required":false,"schema":{"type":"string"}},{"in":"query","name":"q","required":false,"schema":{"type":"string"}},{"in":"query","name":"account_id","required":false,"schema":{"type":"string"}},{"in":"query","name":"session_id","required":false,"schema":{"type":"string"}},{"in":"query","name":"person_id","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"items":{"$ref":"#/components/schemas/account_people"},"type":"array"},"has_more":{"type":"boolean"},"next_cursor":{"description":"Pass as after to fetch the next page","type":["string","null"]}},"required":["data","has_more","next_cursor"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"List account-people visible in a workspace","x-ida-scopes":["read"],"tags":["People"],"description":"Required token scopes: `read`."},"post":{"operationId":"create_account_people","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/account_peopleCreate"}}},"required":true},"responses":{"201":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/account_people"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Create account-people","x-ida-scopes":["write"],"tags":["People"],"description":"Required token scopes: `write`."}},"/workspaces/{workspace}/account-people/{id}":{"delete":{"operationId":"delete_account_people","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"properties":{"deleted":{"const":true},"id":{"type":"string"}},"type":"object"}},"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Delete account-people through IDA sync","x-ida-scopes":["write"],"tags":["People"],"description":"Required token scopes: `write`."},"get":{"operationId":"get_account_people","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/account_people"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Get account-people by ID","x-ida-scopes":["read"],"tags":["People"],"description":"Required token scopes: `read`."},"patch":{"operationId":"update_account_people","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/account_peoplePatch"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/account_people"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Update supplied fields of account-people","x-ida-scopes":["write"],"tags":["People"],"description":"Required token scopes: `write`."}},"/workspaces/{workspace}/accounts":{"get":{"operationId":"list_accounts","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"query","name":"limit","required":false,"schema":{"default":100,"maximum":500,"minimum":1,"type":"integer"}},{"in":"query","name":"after","required":false,"schema":{"type":"string"}},{"in":"query","name":"q","required":false,"schema":{"type":"string"}},{"in":"query","name":"account_id","required":false,"schema":{"type":"string"}},{"in":"query","name":"session_id","required":false,"schema":{"type":"string"}},{"in":"query","name":"person_id","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"items":{"$ref":"#/components/schemas/accounts"},"type":"array"},"has_more":{"type":"boolean"},"next_cursor":{"description":"Pass as after to fetch the next page","type":["string","null"]}},"required":["data","has_more","next_cursor"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"List accounts visible in a workspace","x-ida-scopes":["read"],"tags":["Accounts"],"description":"Required token scopes: `read`."},"post":{"operationId":"create_accounts","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/accountsCreate"}}},"required":true},"responses":{"201":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/accounts"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Create accounts","x-ida-scopes":["write"],"tags":["Accounts"],"description":"Required token scopes: `write`."}},"/workspaces/{workspace}/accounts/{id}":{"delete":{"operationId":"delete_accounts","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"properties":{"deleted":{"const":true},"id":{"type":"string"}},"type":"object"}},"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Delete accounts through IDA sync","x-ida-scopes":["write"],"tags":["Accounts"],"description":"Required token scopes: `write`."},"get":{"operationId":"get_accounts","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/accounts"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Get accounts by ID","x-ida-scopes":["read"],"tags":["Accounts"],"description":"Required token scopes: `read`."},"patch":{"operationId":"update_accounts","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/accountsPatch"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/accounts"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Update supplied fields of accounts","x-ida-scopes":["write"],"tags":["Accounts"],"description":"Required token scopes: `write`."}},"/workspaces/{workspace}/comments":{"get":{"operationId":"list_account_comments","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"query","name":"limit","required":false,"schema":{"default":100,"maximum":500,"minimum":1,"type":"integer"}},{"in":"query","name":"after","required":false,"schema":{"type":"string"}},{"in":"query","name":"q","required":false,"schema":{"type":"string"}},{"in":"query","name":"account_id","required":false,"schema":{"type":"string"}},{"in":"query","name":"session_id","required":false,"schema":{"type":"string"}},{"in":"query","name":"person_id","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"items":{"$ref":"#/components/schemas/account_comments"},"type":"array"},"has_more":{"type":"boolean"},"next_cursor":{"description":"Pass as after to fetch the next page","type":["string","null"]}},"required":["data","has_more","next_cursor"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"List comments visible in a workspace","x-ida-scopes":["read"],"tags":["Notes and comments"],"description":"Required token scopes: `read`."},"post":{"operationId":"create_account_comments","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/account_commentsCreate"}}},"required":true},"responses":{"201":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/account_comments"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Create comments","x-ida-scopes":["write"],"tags":["Notes and comments"],"description":"Required token scopes: `write`."}},"/workspaces/{workspace}/comments/{id}":{"delete":{"operationId":"delete_account_comments","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"properties":{"deleted":{"const":true},"id":{"type":"string"}},"type":"object"}},"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Delete comments through IDA sync","x-ida-scopes":["write"],"tags":["Notes and comments"],"description":"Required token scopes: `write`."},"get":{"operationId":"get_account_comments","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/account_comments"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Get comments by ID","x-ida-scopes":["read"],"tags":["Notes and comments"],"description":"Required token scopes: `read`."},"patch":{"operationId":"update_account_comments","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/account_commentsPatch"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/account_comments"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Update supplied fields of comments","x-ida-scopes":["write"],"tags":["Notes and comments"],"description":"Required token scopes: `write`."}},"/workspaces/{workspace}/people":{"get":{"operationId":"list_people","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"query","name":"limit","required":false,"schema":{"default":100,"maximum":500,"minimum":1,"type":"integer"}},{"in":"query","name":"after","required":false,"schema":{"type":"string"}},{"in":"query","name":"q","required":false,"schema":{"type":"string"}},{"in":"query","name":"account_id","required":false,"schema":{"type":"string"}},{"in":"query","name":"session_id","required":false,"schema":{"type":"string"}},{"in":"query","name":"person_id","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"items":{"$ref":"#/components/schemas/people"},"type":"array"},"has_more":{"type":"boolean"},"next_cursor":{"description":"Pass as after to fetch the next page","type":["string","null"]}},"required":["data","has_more","next_cursor"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"List people visible in a workspace","x-ida-scopes":["read"],"tags":["People"],"description":"Required token scopes: `read`."},"post":{"operationId":"create_people","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/peopleCreate"}}},"required":true},"responses":{"201":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/people"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Create people","x-ida-scopes":["write"],"tags":["People"],"description":"Required token scopes: `write`."}},"/workspaces/{workspace}/people/{id}":{"delete":{"operationId":"delete_people","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"properties":{"deleted":{"const":true},"id":{"type":"string"}},"type":"object"}},"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Delete people through IDA sync","x-ida-scopes":["write"],"tags":["People"],"description":"Required token scopes: `write`."},"get":{"operationId":"get_people","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/people"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Get people by ID","x-ida-scopes":["read"],"tags":["People"],"description":"Required token scopes: `read`."},"patch":{"operationId":"update_people","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/peoplePatch"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/people"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Update supplied fields of people","x-ida-scopes":["write"],"tags":["People"],"description":"Required token scopes: `write`."}},"/workspaces/{workspace}/resources":{"get":{"operationId":"list_pinned_resources","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"query","name":"limit","required":false,"schema":{"default":100,"maximum":500,"minimum":1,"type":"integer"}},{"in":"query","name":"after","required":false,"schema":{"type":"string"}},{"in":"query","name":"q","required":false,"schema":{"type":"string"}},{"in":"query","name":"account_id","required":false,"schema":{"type":"string"}},{"in":"query","name":"session_id","required":false,"schema":{"type":"string"}},{"in":"query","name":"person_id","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"items":{"$ref":"#/components/schemas/pinned_resources"},"type":"array"},"has_more":{"type":"boolean"},"next_cursor":{"description":"Pass as after to fetch the next page","type":["string","null"]}},"required":["data","has_more","next_cursor"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"List resources visible in a workspace","x-ida-scopes":["read"],"tags":["Files and links"],"description":"Required token scopes: `read`."},"post":{"operationId":"create_pinned_resources","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pinned_resourcesCreate"}}},"required":true},"responses":{"201":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/pinned_resources"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Create resources","x-ida-scopes":["write"],"tags":["Files and links"],"description":"Required token scopes: `write`."}},"/workspaces/{workspace}/resources/{id}":{"delete":{"operationId":"delete_pinned_resources","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"properties":{"deleted":{"const":true},"id":{"type":"string"}},"type":"object"}},"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Delete resources through IDA sync","x-ida-scopes":["write"],"tags":["Files and links"],"description":"Required token scopes: `write`."},"get":{"operationId":"get_pinned_resources","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/pinned_resources"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Get resources by ID","x-ida-scopes":["read"],"tags":["Files and links"],"description":"Required token scopes: `read`."},"patch":{"operationId":"update_pinned_resources","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/pinned_resourcesPatch"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/pinned_resources"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Update supplied fields of resources","x-ida-scopes":["write"],"tags":["Files and links"],"description":"Required token scopes: `write`."}},"/workspaces/{workspace}/session-notes":{"get":{"operationId":"list_session_notes","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"query","name":"limit","required":false,"schema":{"default":100,"maximum":500,"minimum":1,"type":"integer"}},{"in":"query","name":"after","required":false,"schema":{"type":"string"}},{"in":"query","name":"q","required":false,"schema":{"type":"string"}},{"in":"query","name":"account_id","required":false,"schema":{"type":"string"}},{"in":"query","name":"session_id","required":false,"schema":{"type":"string"}},{"in":"query","name":"person_id","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"items":{"$ref":"#/components/schemas/session_notes"},"type":"array"},"has_more":{"type":"boolean"},"next_cursor":{"description":"Pass as after to fetch the next page","type":["string","null"]}},"required":["data","has_more","next_cursor"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"List session-notes visible in a workspace","x-ida-scopes":["read"],"tags":["Notes and comments"],"description":"Required token scopes: `read`."},"post":{"operationId":"create_session_notes","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/session_notesCreate"}}},"required":true},"responses":{"201":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/session_notes"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Create session-notes","x-ida-scopes":["write"],"tags":["Notes and comments"],"description":"Required token scopes: `write`."}},"/workspaces/{workspace}/session-notes/{id}":{"delete":{"operationId":"delete_session_notes","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"properties":{"deleted":{"const":true},"id":{"type":"string"}},"type":"object"}},"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Delete session-notes through IDA sync","x-ida-scopes":["write"],"tags":["Notes and comments"],"description":"Required token scopes: `write`."},"get":{"operationId":"get_session_notes","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/session_notes"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Get session-notes by ID","x-ida-scopes":["read"],"tags":["Notes and comments"],"description":"Required token scopes: `read`."},"patch":{"operationId":"update_session_notes","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/session_notesPatch"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/session_notes"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Update supplied fields of session-notes","x-ida-scopes":["write"],"tags":["Notes and comments"],"description":"Required token scopes: `write`."}},"/workspaces/{workspace}/session-people":{"get":{"operationId":"list_session_people","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"query","name":"limit","required":false,"schema":{"default":100,"maximum":500,"minimum":1,"type":"integer"}},{"in":"query","name":"after","required":false,"schema":{"type":"string"}},{"in":"query","name":"q","required":false,"schema":{"type":"string"}},{"in":"query","name":"account_id","required":false,"schema":{"type":"string"}},{"in":"query","name":"session_id","required":false,"schema":{"type":"string"}},{"in":"query","name":"person_id","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"items":{"$ref":"#/components/schemas/session_people"},"type":"array"},"has_more":{"type":"boolean"},"next_cursor":{"description":"Pass as after to fetch the next page","type":["string","null"]}},"required":["data","has_more","next_cursor"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"List session-people visible in a workspace","x-ida-scopes":["read"],"tags":["People"],"description":"Required token scopes: `read`."},"post":{"operationId":"create_session_people","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/session_peopleCreate"}}},"required":true},"responses":{"201":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/session_people"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Create session-people","x-ida-scopes":["write"],"tags":["People"],"description":"Required token scopes: `write`."}},"/workspaces/{workspace}/session-people/{id}":{"delete":{"operationId":"delete_session_people","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"properties":{"deleted":{"const":true},"id":{"type":"string"}},"type":"object"}},"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Delete session-people through IDA sync","x-ida-scopes":["write"],"tags":["People"],"description":"Required token scopes: `write`."},"get":{"operationId":"get_session_people","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/session_people"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Get session-people by ID","x-ida-scopes":["read"],"tags":["People"],"description":"Required token scopes: `read`."},"patch":{"operationId":"update_session_people","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/session_peoplePatch"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/session_people"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Update supplied fields of session-people","x-ida-scopes":["write"],"tags":["People"],"description":"Required token scopes: `write`."}},"/workspaces/{workspace}/sessions":{"get":{"operationId":"list_sessions","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"query","name":"limit","required":false,"schema":{"default":100,"maximum":500,"minimum":1,"type":"integer"}},{"in":"query","name":"after","required":false,"schema":{"type":"string"}},{"in":"query","name":"q","required":false,"schema":{"type":"string"}},{"in":"query","name":"account_id","required":false,"schema":{"type":"string"}},{"in":"query","name":"session_id","required":false,"schema":{"type":"string"}},{"in":"query","name":"person_id","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"items":{"$ref":"#/components/schemas/sessions"},"type":"array"},"has_more":{"type":"boolean"},"next_cursor":{"description":"Pass as after to fetch the next page","type":["string","null"]}},"required":["data","has_more","next_cursor"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"List sessions visible in a workspace","x-ida-scopes":["read"],"tags":["Meetings"],"description":"Required token scopes: `read`."},"post":{"operationId":"create_sessions","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/sessionsCreate"}}},"required":true},"responses":{"201":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/sessions"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Create sessions","x-ida-scopes":["write"],"tags":["Meetings"],"description":"Required token scopes: `write`."}},"/workspaces/{workspace}/sessions/{id}":{"delete":{"operationId":"delete_sessions","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"properties":{"deleted":{"const":true},"id":{"type":"string"}},"type":"object"}},"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Delete sessions through IDA sync","x-ida-scopes":["write"],"tags":["Meetings"],"description":"Required token scopes: `write`."},"get":{"operationId":"get_sessions","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/sessions"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Get sessions by ID","x-ida-scopes":["read"],"tags":["Meetings"],"description":"Required token scopes: `read`."},"patch":{"operationId":"update_sessions","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/sessionsPatch"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/sessions"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Update supplied fields of sessions","x-ida-scopes":["write"],"tags":["Meetings"],"description":"Required token scopes: `write`."}},"/workspaces/{workspace}/stage-transitions":{"get":{"operationId":"list_account_stage_transitions","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"query","name":"limit","required":false,"schema":{"default":100,"maximum":500,"minimum":1,"type":"integer"}},{"in":"query","name":"after","required":false,"schema":{"type":"string"}},{"in":"query","name":"q","required":false,"schema":{"type":"string"}},{"in":"query","name":"account_id","required":false,"schema":{"type":"string"}},{"in":"query","name":"session_id","required":false,"schema":{"type":"string"}},{"in":"query","name":"person_id","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"items":{"$ref":"#/components/schemas/account_stage_transitions"},"type":"array"},"has_more":{"type":"boolean"},"next_cursor":{"description":"Pass as after to fetch the next page","type":["string","null"]}},"required":["data","has_more","next_cursor"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"List stage-transitions visible in a workspace","x-ida-scopes":["read"],"tags":["Pipeline history"],"description":"Required token scopes: `read`."}},"/workspaces/{workspace}/stage-transitions/{id}":{"get":{"operationId":"get_account_stage_transitions","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/account_stage_transitions"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Get stage-transitions by ID","x-ida-scopes":["read"],"tags":["Pipeline history"],"description":"Required token scopes: `read`."}},"/workspaces/{workspace}/talk-tracks":{"get":{"operationId":"list_talk_tracks","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"query","name":"limit","required":false,"schema":{"default":100,"maximum":500,"minimum":1,"type":"integer"}},{"in":"query","name":"after","required":false,"schema":{"type":"string"}},{"in":"query","name":"q","required":false,"schema":{"type":"string"}},{"in":"query","name":"account_id","required":false,"schema":{"type":"string"}},{"in":"query","name":"session_id","required":false,"schema":{"type":"string"}},{"in":"query","name":"person_id","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"items":{"$ref":"#/components/schemas/talk_tracks"},"type":"array"},"has_more":{"type":"boolean"},"next_cursor":{"description":"Pass as after to fetch the next page","type":["string","null"]}},"required":["data","has_more","next_cursor"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"List talk-tracks visible in a workspace","x-ida-scopes":["read"],"tags":["Talk tracks"],"description":"Required token scopes: `read`."},"post":{"operationId":"create_talk_tracks","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/talk_tracksCreate"}}},"required":true},"responses":{"201":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/talk_tracks"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Create talk-tracks","x-ida-scopes":["write"],"tags":["Talk tracks"],"description":"Required token scopes: `write`."}},"/workspaces/{workspace}/talk-tracks/{id}":{"delete":{"operationId":"delete_talk_tracks","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"properties":{"deleted":{"const":true},"id":{"type":"string"}},"type":"object"}},"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Delete talk-tracks through IDA sync","x-ida-scopes":["write"],"tags":["Talk tracks"],"description":"Required token scopes: `write`."},"get":{"operationId":"get_talk_tracks","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/talk_tracks"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Get talk-tracks by ID","x-ida-scopes":["read"],"tags":["Talk tracks"],"description":"Required token scopes: `read`."},"patch":{"operationId":"update_talk_tracks","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/talk_tracksPatch"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/talk_tracks"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Update supplied fields of talk-tracks","x-ida-scopes":["write"],"tags":["Talk tracks"],"description":"Required token scopes: `write`."}},"/workspaces/{workspace}/tasks":{"get":{"operationId":"list_account_tasks","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"query","name":"limit","required":false,"schema":{"default":100,"maximum":500,"minimum":1,"type":"integer"}},{"in":"query","name":"after","required":false,"schema":{"type":"string"}},{"in":"query","name":"q","required":false,"schema":{"type":"string"}},{"in":"query","name":"account_id","required":false,"schema":{"type":"string"}},{"in":"query","name":"session_id","required":false,"schema":{"type":"string"}},{"in":"query","name":"person_id","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"items":{"$ref":"#/components/schemas/account_tasks"},"type":"array"},"has_more":{"type":"boolean"},"next_cursor":{"description":"Pass as after to fetch the next page","type":["string","null"]}},"required":["data","has_more","next_cursor"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"List tasks visible in a workspace","x-ida-scopes":["read"],"tags":["Tasks"],"description":"Required token scopes: `read`."},"post":{"operationId":"create_account_tasks","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/account_tasksCreate"}}},"required":true},"responses":{"201":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/account_tasks"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Create tasks","x-ida-scopes":["write"],"tags":["Tasks"],"description":"Required token scopes: `write`."}},"/workspaces/{workspace}/tasks/{id}":{"delete":{"operationId":"delete_account_tasks","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"properties":{"deleted":{"const":true},"id":{"type":"string"}},"type":"object"}},"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Delete tasks through IDA sync","x-ida-scopes":["write"],"tags":["Tasks"],"description":"Required token scopes: `write`."},"get":{"operationId":"get_account_tasks","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/account_tasks"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Get tasks by ID","x-ida-scopes":["read"],"tags":["Tasks"],"description":"Required token scopes: `read`."},"patch":{"operationId":"update_account_tasks","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/account_tasksPatch"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/account_tasks"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Update supplied fields of tasks","x-ida-scopes":["write"],"tags":["Tasks"],"description":"Required token scopes: `write`."}},"/workspaces/{workspace}/transcripts":{"get":{"operationId":"list_transcriptions","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"query","name":"limit","required":false,"schema":{"default":100,"maximum":500,"minimum":1,"type":"integer"}},{"in":"query","name":"after","required":false,"schema":{"type":"string"}},{"in":"query","name":"q","required":false,"schema":{"type":"string"}},{"in":"query","name":"account_id","required":false,"schema":{"type":"string"}},{"in":"query","name":"session_id","required":false,"schema":{"type":"string"}},{"in":"query","name":"person_id","required":false,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"items":{"$ref":"#/components/schemas/transcriptions"},"type":"array"},"has_more":{"type":"boolean"},"next_cursor":{"description":"Pass as after to fetch the next page","type":["string","null"]}},"required":["data","has_more","next_cursor"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"List transcripts visible in a workspace","x-ida-scopes":["read"],"tags":["Transcripts"],"description":"Required token scopes: `read`."},"post":{"operationId":"create_transcriptions","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/transcriptionsCreate"}}},"required":true},"responses":{"201":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/transcriptions"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Create transcripts","x-ida-scopes":["write"],"tags":["Transcripts"],"description":"Required token scopes: `write`."}},"/workspaces/{workspace}/transcripts/{id}":{"delete":{"operationId":"delete_transcriptions","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"properties":{"deleted":{"const":true},"id":{"type":"string"}},"type":"object"}},"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Delete transcripts through IDA sync","x-ida-scopes":["write"],"tags":["Transcripts"],"description":"Required token scopes: `write`."},"get":{"operationId":"get_transcriptions","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/transcriptions"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Get transcripts by ID","x-ida-scopes":["read"],"tags":["Transcripts"],"description":"Required token scopes: `read`."},"patch":{"operationId":"update_transcriptions","parameters":[{"in":"path","name":"workspace","required":true,"schema":{"type":"string"}},{"in":"path","name":"id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/transcriptionsPatch"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"$ref":"#/components/schemas/transcriptions"}},"required":["data"],"type":"object"}}},"description":"Success"},"default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"API error"}},"summary":"Update supplied fields of transcripts","x-ida-scopes":["write"],"tags":["Transcripts"],"description":"Required token scopes: `write`."}}},"security":[{"bearerAuth":[]}],"servers":[{"url":"/api/v1"}],"tags":[{"name":"Authentication"},{"name":"Workspaces"},{"name":"Accounts"},{"name":"Tasks"},{"name":"Meetings"},{"name":"Notes and comments"},{"name":"People"},{"name":"Transcripts"},{"name":"Talk tracks"},{"name":"Pipeline history"},{"name":"Files and links"},{"name":"Members and sharing"},{"name":"Knowledge"},{"name":"Vocabulary"},{"name":"Google Calendar"},{"name":"Gmail"},{"name":"Gong"},{"name":"Contact enrichment"},{"name":"Profile and organizations"},{"name":"Email and notifications"},{"name":"Billing"},{"name":"Sync and workspace settings"},{"name":"Bug reports"},{"name":"Administration"},{"name":"Discovery"}]}