get_suprsend_object
Retrieve a non-user object's full state including properties and channel identifiers by specifying object type and ID.
Instructions
Get a SuprSend object's full state by object_type + object_id. Objects are non-user entities — organizations, projects, vehicles, devices — namespaced by object_type.
When to use: the user references an object by id and you need its stored properties or channel identifiers.
When NOT to use:
For users — use get_suprsend_user.
For preferences only — use get_suprsend_object_preferences.
For followers / members — use get_suprsend_object_subscriptions.
Returns: YAML mirroring get_suprsend_user's shape — object_type, object_id, properties (custom fields), created_at, updated_at, and a channels array (each entry has channel value, status, perma_status).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_id | Yes | The object_id of the object to get. | |
| object_type | Yes | The type of object you want to get. | |
| workspace | No | Suprsend workspace to get the object from |