# Search

| **Description** | A STAC complient way to search for raster and vector data within Ellipsis Drive |
| --------------- | ------------------------------------------------------------------------------- |
| **Endpoint**    | `/ogc/stac/search`                                                              |
| **Method**      | GET                                                                             |

## Access Level Rules

| **Minimum Access Level** | None |
| ------------------------ | ---- |

## Processing Units

| **Minimum processing units** | None |
| ---------------------------- | ---- |

## Parameters

| Name         | Type   | Description                                                                                                        | Required | Default       |
| ------------ | ------ | ------------------------------------------------------------------------------------------------------------------ | -------- | ------------- |
| `bbox`       | Array  | An array of length 4, containing min longitude, min latitude, max longitude and max latitude in wgs84 coordinates. | false    | Default null. |
| `time`       | string | Start and end date datetime strings seperated by a /.                                                              | false    | Default null. |
| `resolution` | array  | An array of length 2 containing the minimum and maximum resolution to search for.                                  | false    | Default null. |
| `userId`     | uuid   | Only search for data owned by a certain user.                                                                      | false    | Default null. |
| `type`       | string | Only search how data of the given type. Either 'raster' or 'vector'.                                               | false    | Default null. |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ellipsis-drive.com/developers/api-v3/ogc-protocols/stac/search.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
