## Get metadata properties by object type **get** `/v2/prism/{teamId}/{objectType}/properties` Get metadata properties by object type ### Path Parameters - `teamId: optional string` - `objectType: "deal" or "identity" or "ai_chat_thread" or 6 more` - `"deal"` - `"identity"` - `"ai_chat_thread"` - `"ai_chat_message"` - `"document"` - `"action"` - `"event"` - `"organization"` - `"contact"` ### Query Parameters - `autofill: optional boolean` - `list_id: optional string` Scope properties to a specific list/app. - `term: optional string` ### Example ```http curl https://developers.micro.so/v2/prism/$TEAM_ID/$OBJECT_TYPE/properties \ -H "x-api-key: $MICRO_API_KEY" ``` #### Response ```json { "foo": {} } ```