---
title: "Search a project's items with STAC-compatible filters (project member access)."
method: POST
path: "/v1/op/items.search"
tags: ["kernel-ops"]
---

# Search a project's items with STAC-compatible filters (project member access).

`POST /v1/op/items.search`

## Headers

- `x-api-key` string, nullable

## Request body

- ProjectItemSearchInput
  - `bbox` number[], nullable
  - `datetime` string, nullable
  - `limit` integer
  - `offset` integer
  - `collections` string[], nullable
  - `access_model` string, nullable
  - `type` ItemType[], nullable
  - `lifecycle_state` LifecycleState[], nullable
  - `q` string, nullable
  - `cloud_cover` object, nullable
  - `gsd` object, nullable
  - `source` object, nullable
  - `tags` string[], nullable
  - `latest_only` boolean
  - `query` object, nullable
  - `sortby` object[], nullable
  - `project_id` string, required
  - `format` string, nullable — 'stac' for full STAC features
  - `base_url` string, nullable — Base URL for STAC links (stac format only)

## Response `200`

Successful Response

- FeatureCollectionOutput
  - `type` string
  - `features` unknown[]
    - unknown
  - `numberMatched` integer

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/geopera/apis/geopera-data-platform.md) · [All operations](https://skmtc.dev/geopera/apis/geopera-data-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/geopera/geopera-data-platform/revisions/cb0130b2a40a/schema)
