# GET /v4/credits/{creatorId}/operations

_Merkl API_

List credit operations for a creator

### Path parameters

- `creatorId` (string) _(required)_

### Query parameters

- `page` (string | number)
- `items` (string | number)
- `type` (string | string)
- `category` (string | string | string | string | string)

## Example request

```bash
curl -X GET "https://api.merkl.xyz//v4/credits/{creatorId}/operations" \
  -H "x-api-key: YOUR_API_KEY"
```