v2
latestOpenAPI 3.0.02026-07-26365590.3 KBCustom Fields
Get a custom field
Returns a single custom field by ID. Returns 404 if the custom field is in a workspace outside the API key scope.
get/v1/custom-fields/{id}
Path parameters
idstring required
Response
The custom field
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Job Title",
"slug": "job_title"
}