Flow

Retrieve tests that use any of the provided flows

Used to retrieve tests that use any of the provided flows in a single request

post/flows/usedBy/batch

Query parameters

limitinteger

The limit to use for pagination

cursorstring

The cursor to use for pagination

Request body

flow_idsstring[] required

Array of unversioned flow ids to find used-by entities for

Response

Paginated results of tests that use any of the provided flows

cursorstring

Cursor used for pagination

Changes