# List Result

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /resolve/keyword_to_lead/result:
    post:
      summary: List Result
      deprecated: false
      description: '  <p style="margin: 0 0 24px 0; font-size:16px; color:#888;">You can now target display audiences based on real keyword searches, not just publisher site categories. This helps recover a large portion of the audience that normally becomes unserved inventory when email hashes don''t match in ad networks.</p>'
      operationId: resolveKeywordToLead
      tags:
        - 🔍  Keyword To Lead
        - Resolve
      parameters: []
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                resolution_id:
                  type: string
                  description: >-
                    The resolution ID returned by the List Building endpoint.
                    Use this ID to poll the status of your list generation job
                    and retrieve the results once processing is complete.
              required:
                - resolution_id
              x-apidog-orders:
                - resolution_id
            examples:
              byOrganization:
                value:
                  resolution_id: res_b3c2a28fea44f3a8ac7a269517cb94d5
                summary: By organization name
      responses:
        '200':
          description: Domain resolved successfully
          content:
            application/json:
              schema:
                type: object
                properties:
                  success:
                    type: boolean
                  message:
                    type: string
                  resolution:
                    type: object
                    properties:
                      id:
                        type: string
                      status:
                        type: string
                      requested_at:
                        type: string
                      callback_url:
                        type: string
                    required:
                      - id
                      - status
                      - requested_at
                      - callback_url
                    x-apidog-orders:
                      - id
                      - status
                      - requested_at
                      - callback_url
                  payload:
                    type: object
                    properties:
                      keywords:
                        type: array
                        items:
                          type: string
                      cities:
                        type: array
                        items:
                          type: string
                      states:
                        type: array
                        items:
                          type: string
                      date_start:
                        type: string
                      date_end:
                        type: string
                      limit:
                        type: integer
                      deanonymize:
                        type: boolean
                      callback_url:
                        type: string
                    required:
                      - keywords
                      - cities
                      - states
                      - date_start
                      - date_end
                      - limit
                      - deanonymize
                      - callback_url
                    x-apidog-orders:
                      - keywords
                      - cities
                      - states
                      - date_start
                      - date_end
                      - limit
                      - deanonymize
                      - callback_url
                required:
                  - success
                  - message
                  - resolution
                  - payload
                x-apidog-orders:
                  - success
                  - message
                  - resolution
                  - payload
              examples:
                '1':
                  summary: Processing
                  value:
                    success: true
                    message: >-
                      The resolution is still being processed. Please try again
                      later.
                    resolution:
                      id: res_85c3zed22z4569zbec1zb24a1aa4d728
                      status: processing
                      requested_at: '2026-04-06T19:07:42.169Z'
                    payload:
                      resolution_id: res_85c3zed22z4569zbec1zb24a1aa4d728
                '2':
                  summary: Success
                  value:
                    success: true
                    message: Resolution successfully completed
                    result:
                      resolution_id: res_db31W417bW40d4W881dW3abbfcdc17ee
                      input:
                        cities:
                          - Austin
                          - Dallas
                        states:
                          - Texas
                        zips: []
                        keywords:
                          - Technology
                          - Cloud
                          - Api
                        date_start: '2026-03-14'
                        date_end: '2026-03-21'
                        deanonymize: false
                        limit: 900
                      emails_hashed:
                        - email: 0091e76da60e590df5bdd0eee08672b8
                          type: md5
                      leads:
                        - name_first: John
                          name_last: Doe
                          linkedin_url: linkedin.com/in/johndoe
                          email_work:
                            email: johnston.tessa@unsold.com
                            validity: valid
                          email_personal:
                            email: tessaljohnston5@gmail.com
                            validity: valid
                          email_alt:
                            email: dittlemanjohnston5@gmail.com
                            validity: valid
                          emails_hashed:
                            - email: 13f411502a294a35032fe98b76a65682
                              type: md5
                              keywords:
                                - games
                          phone:
                            number: '+18177712393'
                            line_type: mobile
                            validity: valid
                          phone_alt:
                            number: '+15125457622'
                            line_type: mobile
                            validity: valid
                          job_title: Web Developer
                          job_seniority: Senior
                          job_department: Technology
                          company:
                            name: Example
                            domain: example.com
                            linkedin_url: linkedin.com/in/johndoe
                            industry: Consumer Services
                            revenue: 25 Million To 50 Million
                            employee_count: 101 To 250
                            year_founded: 2007
                            address:
                              street: 2454 Leaning Pne St
                              zip_code: '34761'
                              city: Austin
                              state: Texas
                            about: Lorem ipsum dolor
                          address:
                            street: 909 S 23rd St
                            zip_code: '76504'
                            city: Austin
                            state: Texas
          headers: {}
          x-apidog-name: ''
      security: []
      x-apidog-folder: 🔍  Keyword To Lead
      x-apidog-status: released
      x-run-in-apidog: https://app.apidog.com/web/project/1235890/apis/api-33427628-run
components:
  schemas: {}
  securitySchemes:
    bearerAuth:
      type: jwt
      scheme: bearer
      bearerFormat: JWT
      description: >-
        Organization JWT or API key from Core API. Send in header:
        Authorization: Bearer {token}
    sysAuth:
      type: apikey
      in: header
      name: x-sys-key
      description: >-
        System authentication key for internal endpoints. Only for inter-service
        calls.
servers:
  - url: https://api.lead.springbolt.app
    description: Prod Env
security: []

```
