---
title: "Retrieve a custom object record"
method: GET
path: "/objects/records/default/{object}/{id}"
tags: ["Custom Object Records"]
---

# Retrieve a custom object record

`GET /objects/records/default/{object}/{id}`

Retrieves a record of a given type by ID.

## Path parameters

- `object` string, required
- `id` string, uuid, required

## Headers

- `Accept-Encoding` string
- `Content-Encoding` string
- `Zuora-Track-Id` string
- `Zuora-Entity-Ids` string
- `Zuora-Org-Ids` string
- `Zuora-Version` string, date

## Response `200`

OK

- CustomObjectRecordWithAllFields — Record data from an object
  - `CreatedById` string — The creator's Id
  - `CreatedDate` string, date-time — The record creation time in the date-time format
  - `Id` string, uuid — The unique Id of the custom object record
  - `UpdatedById` string — The modifier's Id
  - `UpdatedDate` string, date-time — The record modification time in the date-time format
  - `type` string — The type of the custom object record. It is the API name of the custom object definition.

## Other responses

- `404` — Not exist

---

[API](https://skmtc.dev/zuora/apis/api-reference.md) · [All operations](https://skmtc.dev/zuora/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zuora/api-reference/revisions/d11e237f3e54/schema)
