# Get emails in Others folder

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /unibox/other-emails:
    get:
      summary: Get emails in Others folder
      deprecated: false
      description: >-
        This folder shows replies not related to campaigns and leads. Replies
        here will be kept for 2 weeks.
      operationId: Unibox_unibox/get-emails
      tags:
        - Unibox
        - Unibox
      parameters:
        - name: workspace_id
          in: query
          description: Workspace ID
          required: true
          schema:
            type: string
            description: Workspace ID
            default: ''
            examples:
              - 65f3c92d3dbe5dbb35374a9a
        - name: page_trail
          in: query
          description: >-
            Optional - Token for fetching the next page of results. Use the
            page_trail value from the previous response to fetch the next page.
          required: false
          schema:
            type: string
            description: >-
              Optional - Token for fetching the next page of results. Use the
              page_trail value from the previous response to fetch the next
              page.
            default: ''
            examples:
              - ''
        - name: x-api-key
          in: header
          description: Your PlusVibe.ai account's API Key
          required: true
          example: ''
          schema:
            type: string
            description: Your PlusVibe.ai account's API Key
            default: ''
            examples:
              - your-api-key
      responses:
        '400':
          description: Validation or other error
          content:
            application/json:
              schema:
                type: object
                properties:
                  page_trail:
                    type: string
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: string
                        thread_id:
                          type: string
                        message_id:
                          type: string
                        subject:
                          type: string
                        is_unread:
                          type: integer
                        from_address_email:
                          type: string
                        from_address_json:
                          type: array
                          items:
                            type: object
                            properties:
                              address:
                                type: string
                              name:
                                type: string
                            required:
                              - address
                              - name
                            x-apidog-orders:
                              - address
                              - name
                        to_address_email_list:
                          type: string
                        to_address_json:
                          type: array
                          items:
                            type: object
                            properties:
                              address:
                                type: string
                              name:
                                type: string
                            required:
                              - address
                              - name
                            x-apidog-orders:
                              - address
                              - name
                        eaccount:
                          type: string
                        body:
                          type: object
                          properties:
                            html:
                              type: string
                          required:
                            - html
                          x-apidog-orders:
                            - html
                        out_attachments:
                          type: array
                          items:
                            type: string
                        timestamp_created:
                          type: string
                        source_modified_at:
                          type: string
                      required:
                        - id
                        - thread_id
                        - message_id
                        - subject
                        - is_unread
                        - from_address_email
                        - from_address_json
                        - to_address_email_list
                        - to_address_json
                        - eaccount
                        - body
                        - out_attachments
                        - timestamp_created
                        - source_modified_at
                      x-apidog-orders:
                        - id
                        - thread_id
                        - message_id
                        - subject
                        - is_unread
                        - from_address_email
                        - from_address_json
                        - to_address_email_list
                        - to_address_json
                        - eaccount
                        - body
                        - out_attachments
                        - timestamp_created
                        - source_modified_at
                required:
                  - page_trail
                  - data
                x-apidog-orders:
                  - page_trail
                  - data
              example:
                page_trail: 64f1a9c2e3b4d5a67890abcd
                data:
                  - id: 6501a2b3c4d5e6f78901abcd
                    thread_id: 6501a2b3thread000000001
                    message_id: <a1b2c3d4-1111-2222-3333-444455556666@example.com>
                    subject: Placement test – inbox check
                    is_unread: 1
                    from_address_email: sender@example.com
                    from_address_json:
                      - address: sender@example.com
                        name: Test Sender
                    to_address_email_list: receiver@example.com
                    to_address_json:
                      - address: receiver@example.com
                        name: Test Receiver
                    eaccount: receiver@example.com
                    body:
                      html: >-
                        <p>This is a test email used for inbox placement
                        verification.</p>
                    out_attachments: []
                    timestamp_created: '2026-01-01T10:15:30.000Z'
                    source_modified_at: '2026-01-01T10:14:10.000Z'
                  - id: 6501a2b3c4d5e6f78901abce
                    thread_id: 6501a2b3thread000000002
                    message_id: <b2c3d4e5-aaaa-bbbb-cccc-ddddeeeeefff@example.org>
                    subject: 'Re: Placement test – inbox check'
                    is_unread: 0
                    from_address_email: reply@example.org
                    from_address_json:
                      - address: reply@example.org
                        name: Auto Reply Bot
                    to_address_email_list: receiver@example.com
                    to_address_json:
                      - address: receiver@example.com
                        name: Test Receiver
                    eaccount: receiver@example.com
                    body:
                      html: <p>This is an automated reply confirming delivery.</p>
                    out_attachments: []
                    timestamp_created: '2025-12-31T08:42:10.000Z'
                    source_modified_at: '2025-12-31T08:41:55.000Z'
          headers: {}
          x-apidog-name: Bad Request
        '500':
          description: Internal server error
          content:
            application/json:
              schema:
                type: object
                properties: {}
                x-apidog-orders: []
          headers: {}
          x-apidog-name: Server Error
      security:
        - ApiKeyAuth: []
          x-apidog:
            schemeGroups:
              - id: uS5KiuC4wfZHK42AzOfA_
                schemeIds:
                  - ApiKeyAuth
            required: true
            use:
              id: uS5KiuC4wfZHK42AzOfA_
            scopes:
              uS5KiuC4wfZHK42AzOfA_:
                ApiKeyAuth: []
      x-apidog-folder: Unibox
      x-apidog-status: released
      x-run-in-apidog: https://app.apidog.com/web/project/929054/apis/api-26664106-run
components:
  schemas: {}
  securitySchemes:
    ApiKeyAuth:
      type: apikey
      in: header
      name: x-api-key
      description: |
        API key issued in the PlusVibe dashboard. The server reads it
        from the `x-api-key` header and injects it into the request as
        the `api_key` query parameter, which is why you will see
        `api_key` referenced in validation errors.
    apiKey:
      type: apikey
      in: body
      name: api_key
      description: API key passed in request body
servers:
  - url: https://api.plusvibe.ai/api/v1
    description: Prod Env
security:
  - ApiKeyAuth: []
    x-apidog:
      schemeGroups:
        - id: uS5KiuC4wfZHK42AzOfA_
          schemeIds:
            - ApiKeyAuth
      required: true
      use:
        id: uS5KiuC4wfZHK42AzOfA_
      scopes:
        uS5KiuC4wfZHK42AzOfA_:
          ApiKeyAuth: []

```
