# Get all defined conditions

API to fetch conditions.

Endpoint: GET /api/v1.1/instances/{instanceId}/conditions
Version: v1.1
Security: AdministrationAccess, ClientAccess

## Path parameters:

  - `instanceId` (string, required)
    The UUID of the Dynamic Monetization instance.

## Response 200 fields (application/json):

  - `id` (string)
    A generated identifier to uniquely identify the condition.

  - `name` (string)
    A human readable name to help a user identify the condition. Not required to be unique.


