# API Endpoint

## GET /v1/assets/{assetId}/boards

### Parameters

- **assetId**  
  Required: The id of the asset

- **limit**  
  The max number of parent boards to return in the response

- **cursor**  
  Cursor to the next page of parent boards

- **includeCustomFields**  
  A boolean flag to include custom fields with the results (default: `false`)

### Example Request

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

### Response Example

```json
{
  "status": 200,
  "updated": "4 months ago"
}
```

### Notes
Click `Try It!` to start a request and see the response.
