# Repository Search **GET /jailbreak/repository/search** Retrieve an indexed repository using a search query ## Servers - Production API: http://api.example.com (Production API) ## Parameters ### Query parameters - **q** (string(query)) The search query - **limit** (integer) Search response limit - **page** (integer) Pagination number (starting from 1) ## Responses ### 200 OK #### Body: application/json (object) - **message** (string) - **date** (string(date-time)) - **refs** (object) - **count** (integer) - **data** (array[object]) ### 400 Bad Request #### Body: application/json (object) - **error** (string) The error message - **message** (string) The HTTP status code for the error - **date** (string) The date and time of the error [Powered by Bump.sh](https://bump.sh)