Skip to main content
GET
/
v1
/
intent
/
audiences
/
{id}
/
runs
/
{runId}
/
results
Get hydrated run results
curl --request GET \
  --url https://api.aws53.cloud/v1/intent/audiences/{id}/runs/{runId}/results \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "run": {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "audienceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "status": "queued",
      "runType": "manual",
      "configHash": "<string>",
      "dataDate": "2023-12-25",
      "resultKey": "<string>",
      "candidateCount": 123,
      "resultCount": 123,
      "attempts": 123,
      "nextAttemptAt": "2023-11-07T05:31:56Z",
      "idempotencyKey": "<string>",
      "errorCode": "<string>",
      "errorMessage": "<string>",
      "startedAt": "2023-11-07T05:31:56Z",
      "completedAt": "2023-11-07T05:31:56Z",
      "cancelledAt": "2023-11-07T05:31:56Z",
      "readyEmailSentAt": "2023-11-07T05:31:56Z",
      "readyEmailExportId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "readyEmailError": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    },
    "results": [
      {
        "hashedEmail": "<string>",
        "firstName": "<string>",
        "lastName": "<string>",
        "fullName": "<string>",
        "businessEmail": "<string>",
        "personalEmail": "<string>",
        "email": "<string>",
        "primaryContactEmail": "<string>",
        "phone": "<string>",
        "mobilePhone": "<string>",
        "directPhone": "<string>",
        "personalPhone": "<string>",
        "linkedinUrl": "<string>",
        "headline": "<string>",
        "jobTitle": "<string>",
        "roleBucket": "<string>",
        "seniority": "<string>",
        "department": "<string>",
        "profile": {
          "profilePidAll": "<string>",
          "duplicateProfileCount": 123,
          "sourcePriority": 123,
          "hemRecordRank": 123,
          "isBestProfileForHem": true
        },
        "company": {
          "name": "<string>",
          "domain": "<string>",
          "linkedinUrl": "<string>",
          "domainTld": "<string>",
          "industry": "<string>",
          "industryGroup": "<string>",
          "naics": "<string>",
          "sic": "<string>",
          "description": "<string>",
          "revenueRange": "<string>",
          "city": "<string>",
          "state": "<string>",
          "country": "<string>",
          "zip": "<string>"
        },
        "geo": {
          "city": "<string>",
          "state": "<string>",
          "stateCode": "<string>",
          "country": "<string>",
          "countryCode": "<string>",
          "zip": "<string>",
          "region": "<string>"
        },
        "contact": {
          "hasBusinessEmail": true,
          "hasPersonalEmail": true,
          "hasAnyPhone": true,
          "businessEmailStatus": "<string>",
          "personalEmailStatus": "<string>",
          "phoneStatus": "<string>"
        },
        "demographics": {
          "gender": "<string>",
          "ageRange": "<string>",
          "incomeRange": "<string>",
          "netWorth": "<string>"
        },
        "role": {
          "signals": {}
        },
        "profileSignals": {},
        "companySignals": {},
        "geoSignals": {},
        "compliance": {},
        "source": {},
        "intent": {
          "score": 123,
          "topicOverlap": 123,
          "matchedTopics": [
            {
              "topicId": 123,
              "topicName": "<string>",
              "type": "<string>",
              "industry": "<string>",
              "category": "<string>"
            }
          ]
        }
      }
    ],
    "total": 123,
    "limit": 123,
    "offset": 123
  },
  "meta": {
    "timestamp": "2023-11-07T05:31:56Z",
    "request_id": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.leadpipe.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Dashboard access token. Send as Authorization: Bearer .

Path Parameters

id
string<uuid>
required
runId
string<uuid>
required

Query Parameters

limit
integer
default:100
Required range: 1 <= x <= 500
offset
integer | null
default:0
Required range: x >= 0

Response

Completed run results

data
object
required
meta
object
required