# Get all the emails the client is a participant of. **GET /api/v1/client/{client_uuid}/emails** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **client_uuid** (string) ### Query parameters - **search** (string) Search for a message by subject, content or participant (name / email). - **filter[incoming]** (boolean) Filter by incoming or outgoing messages. - **filter[uuid]** (string) Filter by a comma separated list of message UUIDs. - **include** (string) Comma separated list of relationships to include in the response. Valid relationships are [firm, mailbox, participants, attachments]. - **sort** (string) Field to sort by. Valid fields are [created_at, updated_at, message_created_at]. Negative sign to denote DESC. Defaults to '-message_created_at'. ## Responses ### 200 #### Body: application/json (object) - **data** (array[object]) [Powered by Bump.sh](https://bump.sh)