Retrieves a single Thing (record) from a Bubble Data Type by its unique ID. This is a read-only operation that fetches complete details of a specific record. The response includes all custom fields defined in the Data Type, plus standard Bubble fields (_id, created_by, created_d…
uidRequiredstringThe unique identifier of the Thing to retrieve. This is the value returned in the '_id' or 'id' field when the Thing was created. Bubble typically uses format like '1234567890123x123456789012345678'.
typenameRequiredstringThe Bubble Data Type name (case-sensitive). This is the custom data type defined in your Bubble app (e.g., 'user', 'order', 'product'). Check your Bubble app's Data tab for available types.
subdomainstringBubble app subdomain to target *.bubbleapps.io (e.g., 'my-bubble-app').
custom_domainstringCustom domain host (e.g., 'myapp.example.com').
full_url_overridestringFull URL override for the GET endpoint. If provided, the request will be sent to this URL as-is, ignoring 'typename', 'custom_domain', and 'subdomain'.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.