---
title: "Get a specific custom table record"
method: GET
path: "/custom_object_records/{id}"
tags: ["Custom table records"]
---

# Get a specific custom table record

`GET /custom_object_records/{id}`

Custom tables have a different set of records for each product.
This means that if you want to
[create one](/api/resources/custom_table_records/create_a_custom_table_record)
or
[list them](/api/resources/custom_table_records/list_records_in_a_custom_table_for_a_product)
you must scope them to a product.

Once you have the ID of a specific custom table record, you can
[get](/api/resources/custom_table_records/get_a_specific_custom_table_record),
[modify](/api/resources/custom_table_records/update_a_custom_table_record),
or
[delete](/api/resources/custom_table_records/delete_a_custom_table_record)
them on the root custom table records resource.

**[Custom tables](https://www.aha.io/support/roadmaps/strategic-roadmaps/customizations/custom-tables) are an Enterprise+ exclusive feature.**

## Path parameters

- `id` string, required

## Response `200`

Successful operation

---

[API](https://skmtc.net/aha/apis/aha-api.md) · [All operations](https://skmtc.net/aha/apis/aha-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aha/aha-api/revisions/6274be5aa6c5/schema)
