# Get Organization Activity Log Options

Returns the distinct values available per filterable activity-log field.

Endpoint: GET /api/v3.0/orgs/{orgUuid}/activity-logs/options
Version: 3.0
Security: bearer-key

## Query parameters:

  - `fields` (string, required)
    Comma-separated list of activity-log fields to return the distinct available values for. Currently supported: category, event, entityType.

## Path parameters:

  - `orgUuid` (string, required)
    org UUID (from the Mend App: Administration General > Organization UUID).

## Response 200 fields (application/json):

  - `supportToken` (string)
    Example: "1171c60d"

  - `response` (object)

## Response 400 fields (*/*):

  - `supportToken` (string)
    Example: "1171c60d"


