---
title: "Get a team's active reliability tests in descending order by start time."
method: GET
path: "/reliability-tests/active/paged"
tags: ["reliability-tests"]
---

# Get a team's active reliability tests in descending order by start time.

`GET /reliability-tests/active/paged`

Requires the privilege [`SERVICES_READ`](https://www.gremlin.com/docs/user-management/access-control/#privileges)

## Query parameters

- `pageSize` integer
- `pageToken` string
- `teamId` string, required

## Response `200`

A page of active reliability test runs

## Other responses

- `401` — Authorization header missing or malformed. Please provide proper credentials in the authorization header.
- `403` — User requires privilege for target team: SERVICES_READ

## Changes

- **2026-09-02** `358b43b8f258` — 1 info
  - added the success response with the status `200`

[Change history](https://skmtc.dev/gremlin/apis/gremlin-api/changes/reliability-tests/active/paged/get.md)

---

[API](https://skmtc.dev/gremlin/apis/gremlin-api.md) · [All operations](https://skmtc.dev/gremlin/apis/gremlin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gremlin/gremlin-api/revisions/358b43b8f258/schema)
