API ReferenceTypesGetInboxArgsOn this pageGetInboxArgs type GetInboxArgs = { cursor?: string; limit?: number; since?: Date; until?: Date; workspaceId: number;}; Properties cursor? optional cursor: string; limit? optional limit: number; since? optional since: Date; until? optional until: Date; workspaceId workspaceId: number;