# List Lives **GET /v1/lives** List Lives ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Query parameters - **page** (integer | null) The page number in a paginated set of results - **limit** (integer | null) The limit of results to be returned per page - **title[eq]** (string) Search Lives with a specific title - **title[contains]** (string) Search Lives that contains this in the title - **status[eq]** (string) Search Lives with a specific status - **startDate[lt]** (integer) Return elements with date before than this - **startDate[lte]** (integer) Return elements with date before than or equal to this - **startDate[gt]** (integer) Return elements with date after than this - **startDate[gte]** (integer) Return elements with date after than or equal to this - **startDate[eq]** (integer) Return elements with date equal to this - **solution[in]** (array[string]) Search Lives with theses types of solution - **solution[eq]** (string) Search Lives with a specific solution - **replay[eq]** (string) Search Lives with or without replay - **builtInType[in]** (array[string]) Search Lives with theses types of BuiltInType - **builtInType[eq]** (string) Search Lives with a specific BuiltInType - **averageViewTime[lt]** (integer) Return elements with value lower than this - **averageViewTime[lte]** (integer) Return elements with value lower than or equal to this - **averageViewTime[gt]** (integer) Return elements with value greater than this - **averageViewTime[gte]** (integer) Return elements with value greater than or equal to this - **averageViewTime[eq]** (integer) Return elements with value equal to this - **invited[lt]** (integer) Return elements with value lower than this - **invited[lte]** (integer) Return elements with value lower than or equal to this - **invited[gt]** (integer) Return elements with value greater than this - **invited[gte]** (integer) Return elements with value greater than or equal to this - **invited[eq]** (integer) Return elements with value equal to this - **registrant[lt]** (integer) Return elements with value lower than this - **registrant[lte]** (integer) Return elements with value lower than or equal to this - **registrant[gt]** (integer) Return elements with value greater than this - **registrant[gte]** (integer) Return elements with value greater than or equal to this - **registrant[eq]** (integer) Return elements with value equal to this - **attendee[lt]** (integer) Return elements with value lower than this - **attendee[lte]** (integer) Return elements with value lower than or equal to this - **attendee[gt]** (integer) Return elements with value greater than this - **attendee[gte]** (integer) Return elements with value greater than or equal to this - **attendee[eq]** (integer) Return elements with value equal to this - **attendanceRate[lt]** (integer) Return elements with value lower than this - **attendanceRate[lte]** (integer) Return elements with value lower than or equal to this - **attendanceRate[gt]** (integer) Return elements with value greater than this - **attendanceRate[gte]** (integer) Return elements with value greater than or equal to this - **attendanceRate[eq]** (integer) Return elements with value equal to this - **totalReplayView[lt]** (integer) Return elements with value lower than this - **totalReplayView[lte]** (integer) Return elements with value lower than or equal to this - **totalReplayView[gt]** (integer) Return elements with value greater than this - **totalReplayView[gte]** (integer) Return elements with value greater than or equal to this - **totalReplayView[eq]** (integer) Return elements with value equal to this ## Responses ### 200 Lives returned successfully #### Body: application/json (object) - **items** (array[object]) The items found - **total** (integer) The total number of items found ### 400 Malformed payload ### 401 Unauthorized ### 403 Forbidden [Powered by Bump.sh](https://bump.sh)