v25

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0131545750.2 KB

Find a record by property value

Returns the single record whose property {slug} equals {value}. 404 if nothing matches; 409 if more than one record matches.

get/v2/prism/{teamId}/{objectType}/by/{slug}/{value}

Path parameters

teamIdstring uuid required
objectType'comment' | 'deal' | 'engagement' | 'identity' | 'ai_chat_thread' | 'ai_chat_message' | 'agent_site' | 'document' | 'action' | 'event' | 'organization' | 'contact' required
slugstring required

Property slug to match (e.g. email).

valuestring required

Property value to match exactly. URL-encode special characters.

Query parameters

list_idstring uuid

Scope the lookup to a specific list/app.

Response

Matched record

idstring uuid required
defaultobject

Properties keyed by property slug.

listobject