Check API Response Time
Check an API's response time.
Last updated
Check an API's response time.
Check API Response Time asserts a network request finished within the seconds you set. Use it to guard backend speed for a specific URL pattern captured during the run.

Confirm a search or autocomplete request stays fast after a UI change.
Watch server wait time separately from total download time.
Run after the action that triggers the request so the network entry exists.
Time Attribute
Phase to measure: Total time (default), Queueing, Request sent, Waiting for server response, or Content download
Time
Maximum seconds allowed: 0.25 to 30
URL Select Mode
Starts with, Contains (default), or Ends with
URL
URL pattern as text and/or Values
Mode
Last Instance (default) or All Instances
Status on fail
When should screenshots be taken?
Always or On Failures (default)
Tags: check, api, responseTime, test, expect, assert, response, time, GET, PUT, POST
Last updated