---
title: "Check Search Status"
method: GET
path: "/api/discovery/status/{stream-id}/"
tags: ["Discovery"]
---

# Check Search Status

`GET /api/discovery/status/{stream-id}/`

Retrieve the current status of an ongoing group search operation:
[fetching available searches for a group](#tag/Discovery/operation/getSearchesByGroup) 
or [executing a search for a group](#tag/Discovery/operation/searchByGroup).

## Path parameters

- `stream-id` string, required — The unique identifier of a stream used to [track the progress of a search](#tag/Discovery/operation/getGroupRequestStatus).

## Response `200`

__Search Status__

- StreamStatusData
  - `data` object — The search status object contains the following fields:
    - `percentage` integer, required — Percentage of completion
    - `message` string, required — Status message
    - `status` 'in progress' | 'done', required — Current status of the search

## Other responses

- `400` — __Bad Request__: Some required parameters were not passed or were not validated
- `401` — __Unauthorized__: The request was rejected due to missing or invalid authentication credentials
- `404` — __Not Found__: Requested resource could not be found
- `500` — __Internal Server Error__: Details are included in the response body

---

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