API ReferenceTypesGetGoalsResponseOn this pageGetGoalsResponse type GetGoalsResponse = { nextCursor: string | null; results: Goal[];}; Properties nextCursor nextCursor: string | null; results results: Goal[];