# GET /v4/analytics/states-meta/{storingId}/setDescription

_Merkl Analytics API_

> Get raw processor config (set description) for a storing_id

Return the raw processor config stored in the `state_set_description` table for the given storing_id.

### Path parameters

- `storingId` (string) _(required)_

## Responses

- **200** Response for status 200

## Example request

```bash
curl -X GET "https://analytics.merkl.xyz/v4/analytics/states-meta/{storingId}/setDescription" \
  -H "x-api-key: YOUR_API_KEY"
```