---
title: "GET /api/search/workspace/{workspace_id}/"
method: GET
path: "/api/search/workspace/{workspace_id}/"
tags: ["Search"]
---

# GET /api/search/workspace/{workspace_id}/

`GET /api/search/workspace/{workspace_id}/`

Search across all searchable content within a workspace

## Path parameters

- `workspace_id` integer, required

## Response `200`

- WorkspaceSearchResponse — Serializer for workspace search responses.
  - `results` SearchResult[], required — Priority-ordered search results
    - `type` string, required
    - `id` integer, required
    - `title` string, required
    - `subtitle` string, nullable
    - `description` string, nullable
    - `metadata` object, nullable
    - `created_on` string, nullable
    - `updated_on` string, nullable
  - `has_more` boolean, required — Whether there are more results available for pagination

## Other responses

- `400`
- `404`

---

[API](https://skmtc.net/baserow/apis/baserow-api-spec.md) · [All operations](https://skmtc.net/baserow/apis/baserow-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baserow/baserow-api-spec/versions/0c490e5b0c7f/schema)
