---
title: "Get results"
method: GET
path: "/api/intellimatch/data"
tags: ["Intellimatch"]
---

# Get results

`GET /api/intellimatch/data`

Retrieve paginated company and contact results from a completed search task.

## Query parameters

- `hash` string, required — The hash returned by the search endpoint.
- `page` integer — The page number (default: 1).
- `per_page` integer — Results per page (max: 500, default: 100).

## Response `200`

Ok

- object
  - `data` object[]
    - `id` integer
    - `name` string
    - `domain` string
    - `description` string
    - `employee_count_range` string
    - `industries` string[]
    - `country` string
    - `match_score` integer
    - `contact_name` string
    - `contact_email` string
    - `contact_job_title` string
    - `contact_phone` string
    - `contact_linkedin_url` string
  - `meta` object
    - `current_page` integer
    - `per_page` integer
    - `total` integer
    - `last_page` integer
    - `from` integer
    - `to` integer

## Other responses

- `401` — Unauthenticated
- `404` — Export not found
- `422` — Validation failed
- `423` — Subscription issue
- `429` — Too Many Attempts

---

[API](https://skmtc.net/findymail/apis/findymail-api-documentation.md) · [All operations](https://skmtc.net/findymail/apis/findymail-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/findymail/findymail-api-documentation/revisions/ae7fddf16bf9/schema)
