---
title: "List custom object types"
method: GET
path: "/v1/objects"
---

# List custom object types

`GET /v1/objects`

Returns all custom object types available to the caller.

## Headers

- `Lightfield-Version` '2026-03-01', required

## Response `200`

OK

- ObjectListDefinitionsResponse
  - `data` object[], required — All object types available to the caller.
    - `objectType` string, required — The slug used to reference this object type in the API.
    - `label` string, required — Human-readable display name.

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `409` — 409
- `415` — 415
- `422` — 422
- `429` — 429
- `500` — 500
- `501` — 501
- `503` — 503
- `504` — 504

## Changes

- **2026-07-28** `93b6c5de5463` — 1 info
  - added the non-success response with the status `501`
- **2026-05-21** `7b3cf2deef52` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/lightfld/apis/api-reference/changes/v1/objects/get.md)

---

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