bubble_get
Fetch a single Bubble.io record by its data type and unique ID. Retrieve exact data objects from your Bubble database for quick lookups.
Instructions
Retrieve a single Bubble.io data object by its data type and unique ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique ID of the record to retrieve | |
| dataType | Yes | The Bubble data type name (e.g. "user", "order") |