Get task details by UUIDs
Returns details for the specified tasks in a facility, including linked lead/tenant names. Order is preserved to match the request. Unknown or cross-facility UUIDs are silently dropped (no per-UUID status).
Headers
Api key required to authenticate your request. Please reach out to monument for a key.
"monument-2230012-2312321"
Path Parameters
Body
Array of task UUIDs to retrieve details for
[
"3fa85f64-5717-4562-b3fc-2c963f66afa6",
"3fa85f64-5717-4562-b3fc-2c963f66afa7"
]Response
Task details retrieved
Task UUID
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
Task name
"Follow up with tenant"
Task description
"Call about overdue balance"
Task category
LEADS, TENANTS, DELINQUENCIES, OTHER "OTHER"
Due date (day-only)
"2026-06-01"
Facility UUID the task belongs to
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
Facility name
"Downtown Storage"
Associated lead UUID, if any
Associated lead's first name
Associated lead's last name
Associated tenant (account) UUID, if any
Associated tenant's first name
Associated tenant's last name
Completion timestamp, or null if not completed
"2026-06-02T14:30:00.000Z"
UUID of the user who completed the task, if any
Timestamp when the task was created
"2026-06-01T00:00:00.000Z"

