---
title: "Query coverage sources currently in use"
method: GET
path: "/test/coverage/workspace/{workspace_id}/sources"
tags: ["Coverage"]
---

# Query coverage sources currently in use

`GET /test/coverage/workspace/{workspace_id}/sources`

Used to query test coverage/importance sources currently being used in a workspace

## Path parameters

- `workspace_id` string, required

## Response `200`

The coverage/importance data sources for the workspace

- CoverageCurrentSources — An array of data sources under use by coverage
  - `sources` CoverageSource[] — Array of data sources used by coverage
    - `source` string
    - `last_ingested_time` integer — the last time data was ingested into coverage from this source. For sources where data is processed by coverage periodically, this is the time that data was ingested into coverage, not necessarily ingested into mabl.

## Other responses

- `400` — Invalid or missing parameter
- `401` — User not authenticated
- `403` — User not authorized
- `default` — Unknown error

---

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