# Custom Field API Reference

## Parameters

### name
- **Type:** string  
- **Description:** Free text search for custom field names matching criteria

### limit
- **Type:** string  
- **Description:** The number of records returned

### cursor
- **Type:** string  
- **Description:** The cursor returned to from previous page of results

### sortBy
- **Type:** string (enum)  
- **Description:** Sort custom fields by the specified field. Only `pos` is supported.
  - **Allowed:** `pos`

## Example Request

```shell
curl --request GET \
     --url https://api.air.inc/v1/customfields \
     --header 'accept: application/json'
```

## Example Response

```json
{
  "status": "200 - OK",
  "updated": "6 months ago"
}
```
