# BILL - Get record details by ID action
The Get record details by ID action retrieves data about an object in BILL.
# Input
| Field | Description |
|---|---|
| Object | Select the object type to retrieve data from. |
| ID | Provide the internal ID of the object to retrieve data from. |
# Output
| Field | Description |
|---|---|
| Response status | Displays the status of the Get record details by ID action's API request. A value of 0 indicates success, and 1 indicates an error. |
| Response message | The response message returned from BILL's API. |
| Response data | A datatree that contains information about the object found in BILL, such as its ID, Name, Created date, and Active? status. |
Last updated: 5/21/2025, 5:22:32 AM