List runs

The suite’s runs, newest first, keyset-paginated over (created_at, id).

Same {results, next, previous} envelope as the other /v1 lists.

Authentication

AuthorizationBearer

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

Path parameters

suite_idstringRequiredformat: "uuid"

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