# Search entities **POST /data/search** Search across indexes for persons, assets and shots. Use optional filters to limit results to a project and specific indexes. Results are paginated with limit and offset. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ## Body parameters Content-type: application/json - **query** (string) Search query string (minimum 3 characters) - **project_id** (string(uuid)) Filter search results by project ID - **limit** (integer) Maximum number of results per index - **offset** (integer) Number of results to skip - **index_names** (array[string]) List of index names to search in ## Responses ### 200: List of entities that contain the query #### Body Parameters: application/json (object) - **persons** (array) List of matching persons - **assets** (array) List of matching assets - **shots** (array) List of matching shots ### 400: Bad request [Powered by Bump.sh](https://bump.sh)