---
search:
  tags:
    - Mutations
    - GET
seo:
  description: >-
    Lists your organization's Mutations, newest first. Reference for the GET
    /mutations endpoint in the AdCrunch API.
sidebar:
  label: List mutations
  badge: GET
title: List mutations
type: openapi-operation
---
Lists your organization's Mutations, newest first.

One page at a time. When `nextCursor` is present there are more, so send it back as `cursor` to get the next page. When it is absent you have reached the end. The cursor is opaque: pass it back as you received it and do not construct one.

The page size is fixed, so there is no parameter for it.

This is the history read, and it needs `mutation:read`. Starting a Mutation and polling the one you started need `mutation:write`.

`GET /mutations`
