---
title: "Get a team's completed reliability test runs ordered by start time desc."
method: GET
path: "/reliability-tests/completed/paged"
tags: ["reliability-tests"]
---

# Get a team's completed reliability test runs ordered by start time desc.

`GET /reliability-tests/completed/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 `default`

default response

- PagedResponseCompletedReliabilityTestRunResponse
  - `pageNumber` integer
  - `pageSize` integer — The size of the page requested. If none was supplied this is a default value (depending on the endpoint). If the length of items is less than this number that means there are _no_ more pages to request. NOTE: if the length *is* equal there may or may not be additional pages to request, it is unknowable until they are requested
  - `pageToken` string — Supply this token on successive requests to retrieve the next page if there is one
  - `items` CompletedReliabilityTestRunResponse[]
    - `serviceId` string
    - `reliabilityTestId` string
    - `reliabilityTestName` string
    - `dependencyId` string
    - `dependencyName` string
    - `failureFlagName` string
    - `runNumber` integer
    - `triggerSource` 'MANUAL' | 'RUN_ALL' | 'SCHEDULED' | 'RECURRING_SCHEDULE'
    - `triggeredBy` string
    - `status` 'Passed' | 'Failed' | 'Unsure'
    - `passCriteria` 'ALL_PASS' | 'AT_LEAST_ONE_FAILED'
    - `endTime` string, date-time
    - `createdAt` string, date-time
    - `diagnosisAvailable` boolean

## 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

---

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