Get entity record
<Info>This API is in beta. Endpoints, fields, and behavior may still change, so avoid depending on it in production.</Info>
Returns one record from one of the app's entities.
Row-level security applies to the read, so a record the caller's rls read rule doesn't cover reports 404, the same as a record that was never there or has been deleted.
The response carries the entity's own fields alongside the ones Base44 adds. This endpoint has no fields parameter, so it always returns the whole record. Use List entity records when you want only some of a record's fields.
This endpoint is limited to 150 requests per minute per app.
<Note>This endpoint accepts a personal API key belonging to a user with access to the app, including a read-only key. Workspace API keys are not accepted.</Note>
Path parameters
ID of the record, as id in the response of List entity records.
ID of the record, as id in the response of List entity records.
ID of the app that owns the entity.
ID of the app that owns the entity.
Name of the entity, exactly as List entity schemas reports it.
Name of the entity, exactly as List entity schemas reports it.
Response
The record.
Example response
{
"id": "6886b8d390dc7e2f4a2c91b3",
"created_date": "2026-06-01T09:23:41.481000",
"updated_date": "2026-06-04T14:07:02.115000",
"created_by": "jane@acme.com",
"created_by_id": "6874b0c2e1a94d0031bb77de"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.