# Get webclips for a tenant

Endpoint: GET /v2/webclips
Version: 1.0.0
Security: apiKey

## Query parameters:

  - `limit` (number)

  - `offset` (number)

  - `label` (string)

  - `exact_esper_name` (string)

## Response 200 fields (application/json):

  - `content` (object)

  - `content.count` (integer)
    number of results returned

  - `content.prev` (string)
    URL for previous page of results

  - `content.next` (string)
    URL for next page of results

  - `content.results` (array)

## Response 400 fields (application/json):

  - `code` (integer, required)

  - `message` (string, required)

  - `content` (object)

## Response 401 fields (application/json):

  - `code` (integer, required)

  - `message` (string, required)

  - `content` (object)

## Response 500 fields (application/json):

  - `code` (integer, required)

  - `message` (string, required)

  - `content` (object)


