Find all sessions in a test

Returns a paginated list of summaries for each completed session in a test. Each summary includes the session ID, status, and timestamps.

Notes:

  • In the response, sessions are sorted in descending order, i.e., from newest to oldest.

Best practices:

  • Always use pagination query parameters (limit and offset) along with the appropriate logic to ensure all sessions are retrieved.
  • Use the response data from limit, offset, and totalCount in the meta.pagination property to calculate the number of pagination iterations (API requests) needed to collect all sessions in the test.

Use case examples:

Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!