---
title: "Get Tasks"
method: GET
path: "/v1/task"
tags: ["Task"]
---

# Get Tasks

`GET /v1/task`

## Query parameters

- `property_id` string, required
- `only_open` boolean
- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- Task[]
  - `id` string, required
  - `task_type` 'ConfirmExpectedMoveIn' | 'ConfirmExpectedMoveOut' | 'CollectionsEscalationDay' | 'EvictionRisk' | 'PromiseToPayDecision' | 'NeedsReply' | 'InformationNeeded' | 'MissedCall' | 'FormerResidentDeactivated' | 'CallBack' | 'NoticeToVacate' | 'LeaseGeneration' | 'OptOut' | 'ReminderTask' | 'MentionTask' | 'ToDoTask' | 'AtlasTask' | 'TourFollowUpTask' | 'ProactiveLeadActionTask' | 'MissingOptIn' | 'PreTourUnresponsive' | 'PostTour' | 'UnresponsiveLastChance' | 'OptedOut' | 'LostLead' | 'LeadIntentLow' | 'LeadIntentMedium' | 'LeadIntentHigh' | 'GenerateLeaseRenewalTask' | 'MonthToMonthSelectionTask' | 'ConfirmGeneratedLease' | 'ConfirmGeneratedPacket' | 'CounterSignLease' | 'CounterSignPacket' | 'ApplicationReviewTask' | 'CertificationApplicationReviewTask' | 'ApplicationNeedsHelpTask' | 'AffordableComplianceReviewTask' | 'RentableItemInterestReviewTask' | 'ResidentRentableItemRequestReviewTask' | 'EvictionNoticeGeneration' | 'EvictionNoticeGenerationV2' | 'SignBeforeServingNotice' | 'SignBeforeServingNoticeV2' | 'ServeEvictionNotice' | 'ServeEvictionNoticeV2' | 'EvictionAccountStatusUpdate' | 'GenerateLeaseTask' | 'UtilitiesQuestion' | 'DataUploadTask' | 'ResmanRecurringChargeTask' | 'AigtLocksKeys' | 'SetTurnCompletedTask' | 'CompleteMoveOutInspectionTask' | 'CompleteStaffInspectionSectionsTask' | 'MoveOutInspectionCompletedTask' | 'PreventativeInspectionCompletedTask' | 'PreMoveOutInspectionScheduledTask' | 'PandadocCounterSignLease' | 'AgentActionNeeded' | 'ExpiredNotice' | 'ExpiredNoticeV2' | 'OccupiedUnitResidentNoticeTask' | 'AddressLeaseAuditTransactionDiscrepancy' | 'CancelApplicationTask' | 'SignLeaseExpirationTask' | 'RotationExpiration' | 'APDocumentApproval' | 'APHumanReview' | 'APMentionTask' | 'APInFlightPayoutReview' | 'APReturnedPayoutReview' | 'HapVarianceOutstanding' | 'ApprovedRoommateTask' | 'SubmitDepositInsuranceClaim' | 'RecordClaimResult' | 'FlagForCollections' | 'ManuallySignPacket' | 'SodaReview' | 'ApprovalRequired' | 'ChangeRequested' | 'PrintRecertificationNoticesTask' | 'ScheduleTurnTask' | 'OverdueTurnTask' | 'OutstandingBalanceOutreach' | 'ThirdPartyVerificationTask' | 'EmailBounceBack' | 'NeverEngagedRenewalCandidate' | 'LostEngagementRenewalCandidate' | 'PeriodCloseTask' | 'RequestForInformation' | 'NTVSave' | 'EnvironmentalRecord' | 'PestControlBedBug' | 'AmenityPaymentCollectionSetup' | 'AmenityBookingApproval' | 'LeaseRevisionRequest' | 'RenewalOfferApproval' | 'SendPendingRenewalOffers' | 'DepositInsuranceInvitation' | 'DepositInsuranceRejected' | 'PetScreeningPetReview' | 'PartialRenewalNTVPending' | 'ConditionalApprovalRevisionRequest' | 'ExistingResidentUnitTransferRequest' | 'RenewalOfferSelectionConflict' | 'HoldoverConflictsWithIncomingLease' | 'RentableItemWaitlistEntryInWaiting' | 'RentableItemMoveOutExtensionConflict' | 'TourAssignedToOtherAgent' | 'RecommendationOverrideRequest' | 'FailedRentersInsurance', required — An enumeration.
  - `trigger_time` string, date-time, required
  - `trigger_event_id` string, required
  - `resolution_user_email` string
  - `resolution_time` string, date-time
  - `resolution_type` 'Replied' | 'Ignored' | 'Called' | 'Accepted' | 'Other' — An enumeration.
  - `responsibilities` Responsibility[]
  - `prospect_id` string
  - `resident_id` string

## Other responses

- `401` — Not Authorized for this endpoint
- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.net/eliseai/apis/elise-api.md) · [All operations](https://skmtc.net/eliseai/apis/elise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eliseai/elise-api/versions/76923ba6f67c/schema)
