API ReferenceTypesGetFullProjectArgsOn this pageGetFullProjectArgs type GetFullProjectArgs = { publicKey?: string | null;}; Arguments for getting full project data. See https://developer.todoist.com/api/v1/#tag/Projects/operation/projects_full_data_api_v1_projects__project_id__full_get Properties publicKey? optional publicKey: string | null; Required to access the public project without authentication.