For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Postman
PricingEnterprise
Contact SalesSign InSign Up for Free
HomeDocs
HomeDocs
      • Overview
        • Overview
        • Run tests manually
        • Run tests on a schedule
        • Run tests in CI/CD pipelines
        • Run tests with monitors
Postman API Platform

Product

  • Postman Overview
  • Enterprise
  • Spec Hub
  • Flows
  • Agent Mode
  • API Catalog
  • Fern
  • Postman CLI
  • Integrations
  • Workspaces
  • Plans and pricing

API Network

  • App Security
  • Artificial Intelligence
  • Communication
  • Data Analytics
  • Database
  • Developer Productivity
  • DevOps
  • Ecommerce
  • eSignature
  • Financial Services
  • Payments
  • Travel

Resources

  • Postman Docs
  • Academy
  • Community
  • Templates
  • Intergalactic
  • Videos
  • MCP Servers

Legal and Security

  • Legal Terms Hub
  • Terms of Service
  • Postman Product Terms
  • Security
  • Website Terms of Use

Company

  • About
  • Careers and culture
  • Contact us
  • Partner program
  • Customer stories
  • Student programs
  • Press and media
Twitter iconLinkedIn iconGithub iconYouTube iconInstagram iconDiscord icon
Download Postman
Privacy Policy

© 2026 Postman, Inc.

On this page
  • Run tests on a schedule
  • View scheduled test results
Tests and scriptsRun and automate tests

Run API tests on a schedule in Postman

||View as Markdown|
Was this page helpful?
Previous

Run API tests manually in Postman

Next

Run API tests in your CI/CD pipeline using Postman

Built with

In Postman, you can run your functional API tests automatically on a schedule. Use the Collection Runner to select a test suite, change the run order of tests, and set the run schedule. Each time the collection runs, you’re notified if any tests fail.

During the API development process, you need to repeat tests often to ensure quality. Running each test manually can be time consuming and can lead to gaps in testing. Run your tests on a schedule to save time and effort, enabling you to increase your test coverage. You can also view trends in your API’s quality over time.

Run tests on a schedule

You can organize individual API requests into a test suite using Postman Collections. You can then use the Collection Runner to configure when and how often the tests run. With a Postman paid plan, you can also upload data files to run tests multiple times using different data each time. Scheduled runs are only supported in the Postman Cloud.

To run a test suite on a schedule, do the following:

  1. Click Items icon Items in the sidebar.
  2. Click Collections, select a collection, then click the collection or folder you want to run on a schedule.
  3. Click Run icon Run.
  4. Click the Functional tab, then click Schedule runs.
  5. Enter the name of the scheduled run, then specify the run frequency and time.
  6. Select your configuration options, such as the number of iterations you want to run and the environment to use. You can also upload a JSON or CSV data file to use in your scheduled runs, depending on your Postman plan.
  7. (Optional) Select the users you want to notify about test failures and errors.
  8. Click Schedule Run.

Learn more at Automate collection runs on a schedule.

View scheduled test results

Postman runs your test suite on the schedule you configured in the Collection Runner. You can view the results of past test runs. You can also change configuration options, or pause and resume the test schedule.

To view scheduled test runs, do the following:

  1. Click Items icon Items in the sidebar.
  2. Click Collections, select a collection, then click the collection or folder you want to view the test results for.
  3. Click the Runs tab, then click the Scheduled tab.
  4. Hover over a scheduled run and click View to display a graph of all runs.

Each bar in the graph represents a collection run iteration. You can use the graph to understand how your APIs have performed over time. Click a bar in the graph to learn more about the tests that ran during that iteration, such as which tests passed or failed.

Learn more at View scheduled collection runs in Postman.