# List Live participants **GET /v1/lives/{liveId}/participants** List Live participants ## 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 - **type[eq]** (string) Search participants with a specific type - **type[in]** (array[string]) Search participants with one of theses types - **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 participants 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)