Skip to main content
GET
Get an Attribute by key

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

key
string
required

Canonical Attribute key.

Response

Attribute definition

id
string<uuid>
required
key
string
required
label
string
required
type
enum<string>
required
Available options:
text,
number,
url,
email,
date,
boolean,
richtext,
format,
enum,
tags,
image,
images,
file,
files,
json,
relation
format_output_type
enum<string> | null
required

The stored result type produced by a format Attribute. Format formulas execute only in Extraction; Catalog stores the resulting value.

Available options:
text,
number,
boolean,
json,
richtext,
file,
image
enum_values
string[] | null
required
tags_values
string[] | null
required
allow_custom_values
boolean
required

Whether table editors may append missing enum or tag choices.

boolean_config
object | null
required
number_config
object | null
required

Presentation metadata for number and Formula-number Attributes. Stored and API values remain numeric.

relation_config
object | null
required
description
string | null
required
validation
object | null
required
language
string | null
required
image_config
object | null
required

Canonical requirements shared by every usage of an image Attribute.

status
enum<string>
required

Derived from archive state. Archive and restore remain Dashboard-only.

Available options:
active,
archived
archived_at
string<date-time> | null
required
is_reviewed
boolean
required
source_id
string<uuid> | null
required
external_id
string | null
required
source_synced_at
string<date-time> | null
required
created_at
string<date-time>
required
updated_at
string<date-time>
required