# Search Smart IA Sessions **POST /smart-ia/sessions/search** Returns a paginated list of completed and in progress sessions This endpoint should be used if there are more than 30 values for any given filter. ## Servers - Production: https://connect.century.tech/api/v1 (Production) ## Authentication methods - Api key ## Parameters ### Body: application/json (object) - **search** (object) - **limit** (integer(int32)) The maximum number of results to return per page. - **offset** (integer(int32)) Indicates the starting position or index (offset) - **cursor** (string(byte) | null) The cursor for pagination. Encoded byte string used to navigate between pages. - **sort** (object) Specify the sort order of the results. The default sort order is `{"field": "startDate", "direction": "asc"}` ## Responses ### 200 #### Body: application/json (object) - **data** (array[object]) - **pagination** (object) Metadata for the current pagination position ### 401 Invalid authentication credentials ### 403 Not authorised to access this resource [Powered by Bump.sh](https://bump.sh)