List suites

List the org’s live suites, keyset-paginated over (created_at, id).

Follows the /v1 platform-API list convention: opaque forward cursor, {results, next, previous} envelope.

Authentication

AuthorizationBearer

Your gateway API key (mg_ prefix), the same key used for /v1/responses

Query parameters

cursorstring or nullOptional
limitintegerOptional1-100Defaults to 20

Response

Successful Response
resultslist of objects
nextstring or null
Cursor for the next page, or null on the last page
previousstring or null

Always null; reserved

Errors

422
Unprocessable Entity Error