---
title: "List Object Types"
method: GET
path: "/v1/object-types"
---

# List Object Types

`GET /v1/object-types`

List row object types in the API key's organization.

Results may be filtered by source. Requires the **Export** permission (`read`
scope).

## Query parameters

- `sourceId` string, uuid, nullable

## Response `200`

Successful Response

- ListObjectTypesResponse
  - `objectTypes` ObjectTypeResponse[], required
    - `id` string, required
    - `sourceId` string, required
    - `name` string, required
    - `displayName` string, required
    - `fieldDefinitions` FieldDefinitionResponse[], required
      - `name` string, required
      - `fieldType` string, required
      - `label` string, nullable
      - `required` boolean, required
    - `createdAt` string, required
    - `updatedAt` string, required

## Other responses

- `422` — Validation Error

---

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