Skip to main content
GET
List real estate valuations

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

case_id
string
required

Unique case identifier (ULID format).

Query Parameters

page
integer
default:1

Page number for pagination.

Required range: x >= 1
per_page
integer
default:25

Number of items per page.

Required range: 1 <= x <= 100
status
enum<string>
Available options:
pending,
completed,
failed,
stale
property_type
enum<string>
Available options:
single_family,
multi_family,
condo,
townhouse,
mobile_home,
vacant_land,
commercial,
farm_ranch,
mixed_use,
other

Response

List of valuations.

data
object[]
meta
object