# API Tags

## Parameters

**name**  
*string*  
Free text search for tag names matching criteria

**limit**  
*string*  
The number of records returned

**cursor**  
*string*  
The cursor returned from the previous page of results

## Response

### ``200      Default``

```json
{
  "status": "success",
  "data": [...]
}
```

### Shell Example

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

### Preview Response

```json
{
  "status": "success",
  "tags": [...]
}
```

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