---
title: "Get custom object details by numeric id"
method: GET
path: "/api/v1/custom-objects/by-id/{id}"
tags: ["customObjects"]
---

# Get custom object details by numeric id

`GET /api/v1/custom-objects/by-id/{id}`

Numeric-id counterpart of `getCustomObject`. The display-id form
`/custom-objects/{displayId}` (e.g. `/custom-objects/COB-001`) is the
canonical user-facing URL; this endpoint takes the internal numeric id
and is intended for callers that already hold the int64 id.

## Path parameters

- `id` integer, required

## Headers

- `X-Api-Key` string, required
- `X-Workspace-Id` string

## Response `200`

Successful response

- CustomObjectsGetapiV1CustomObjectsByIdIdResponse200 — Empty response body

---

[API](https://skmtc.net/atomicwork/apis/atomicwork-public-api.md) · [All operations](https://skmtc.net/atomicwork/apis/atomicwork-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atomicwork/atomicwork-public-api/versions/2e7047b35062/schema)
