Turn a collection into a repeatable workflow
Most API work is not one request. It is a sequence: authenticate, create a resource, read it back, clean it up.
Configure the run
Before a run you choose how many iterations to execute, how long to delay between requests, and which environment to resolve variables against. You can drag requests into a different order, or uncheck any you want skipped for this run only.
Watch it execute
The Runner steps through each request in order and reports status, timing and assertion results as it goes. Because pre-request and post-response scripts run normally, a token set during login is available to every request that follows.
Rerun, debug or export
A finished run is not a dead end. Rerun the whole collection, drill into a single request to see exactly what was sent and returned, or export the run summary to share the result with your team.






