Admin Floorplan Review

List floorplan assets correlated with their chat thread

get/v1/admin/floorplan-review/floorplans

Query parameters

limitinteger

Number of items to return

cursorstring

Encoded cursor for pagination

direction'after' | 'before'

Direction for cursor pagination

{"stackTrail":"paths:/v1/admin/floorplan-review/floorplans:get:parameters:3:schema","oasType":"schema","type":"unknown"}

Filter floorplans created at or after this timestamp

{"stackTrail":"paths:/v1/admin/floorplan-review/floorplans:get:parameters:4:schema","oasType":"schema","type":"unknown"}

Filter floorplans created at or before this timestamp

qstring

Free-text search. UUIDs match assetId or projectId exactly; otherwise ilike against floorplan name and user email.

humanTagsstring[] required

Filter to plans whose human evaluation has tags matching the selection

tagMode'any' | 'all'

any = at least one tag matches; all = every tag matches

benchmark'anyFailure' | 'unscored' | 'check'

Filter by current benchmark state

benchmarkCheckstring

Metric key used when benchmark=check

review'reviewed' | 'unreviewed'

Filter by whether a human review contains content

reviewerStatus'pass' | 'fail' | 'none'

Filter by human pass/fail status

flag'flagged' | 'unflagged'

Filter by human flagged state

origin'generated' | 'drawn' | 'uploaded' | 'recognized'

Filter by how the floorplan was created

feedback'positive' | 'negative' | 'none'

Filter by user chat feedback: has positive, has negative, or no feedback

Response

Floorplan reviews retrieved successfully

successboolean required

Indicates if the request was successful

messagestring required

Human readable message

timestampstring date-time required

Timestamp of the response

Changes

No recorded changes to this endpoint across all 1 revision of this API.