# List Live speakers **GET /v1/lives/{liveId}/speakers** List Live speakers ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Path parameters - **liveId** (string) The id of the Live ### 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 - **firstname[eq]** (string) Search participants with a specific firstname - **firstname[contains]** (string) Search participants that contains this in the firstname - **lastname[eq]** (string) Search participants with a specific lastname - **lastname[contains]** (string) Search participants that contains this in the lastname - **email[eq]** (string) Search participants with a specific email - **email[contains]** (string) Search participants that contains this in the email - **status[eq]** (string) Search participants with a specific status - **status[in]** (array[string]) Search participants with one of theses status - **hasReplayed[eq]** (string) Search for participants who replayed the Live - **hasParticipated[eq]** (string) Search for participants who participated to the Live ## Responses ### 200 Live speakers 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)