Gets a list of records from the Plan table based on passed parameters and implicit access controls.
The id of the record to retrieve.
"abc123"
Successful response
[
{
"id": "6eco5FVp",
"createdAt": "2026-01-13T21:34:53.771Z",
"updatedAt": "2026-01-13T21:34:53.786Z",
"type": "Buying",
"name": "Buying Plan",
"status": "New",
"inactiveAt": null
},
{
"id": "od1ukJgp",
"createdAt": "2026-01-13T21:34:53.950Z",
"updatedAt": "2026-01-13T21:34:53.956Z",
"type": "Refinancing",
"name": "Refinancing Plan",
"status": "New",
"inactiveAt": null
}
]