---
title: "Show Custom Object"
method: GET
path: "/api/v2/custom_objects/{custom_object_key}"
tags: ["Custom Objects"]
---

# Show Custom Object

`GET /api/v2/custom_objects/{custom_object_key}`

Returns an object with the specified key
#### Allowed For
* Agents

## Path parameters

- `custom_object_key` string, required

## Response `200`

Custom Object

- CustomObjectResponse
  - `custom_object` CustomObject
    - `allows_photos` boolean — If true, photos can be uploaded to the records of the object. If false, new photos cannot be uploaded but existing photos can still be viewed and removed
    - `created_at` string, date-time — The time the object type was created
    - `created_by_user_id` string — Id of a user who created the object
    - `description` string — User-defined description of the object
    - `include_in_list_view` boolean, required — A flag setting the visibility of the object in the agent's list view. If true, all agents and admins have viewing access to the object in the Custom objects record page in the Agent Workspace. If false, only admins have viewing access
    - `key` string, required — A user-defined unique identifier. Writable on create only
    - `raw_description` string — The dynamic content placeholder, if present, or the "raw_description" value, if not. See [Dynamic Content Items](/api-reference/ticketing/ticket-management/dynamic_content/)
    - `raw_title` string — The dynamic content placeholder, if present, or the "title" value, if not. See [Dynamic Content Items](/api-reference/ticketing/ticket-management/dynamic_content/)
    - `raw_title_pluralized` string — The dynamic content placeholder, if present, or the "raw_title_pluralized" value, if not. See [Dynamic Content Items](/api-reference/ticketing/ticket-management/dynamic_content/)
    - `title` string, required — User-defined display name for the object
    - `title_pluralized` string, required — User-defined pluralized version of the object's title
    - `updated_at` string, date-time — The time of the last update of the object
    - `updated_by_user_id` string — Id of the last user who updated the object
    - `url` string — Direct link to the specific custom object

---

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