Download OpenAPI specification:
API for Listening Post AI services, including leads, files and job tracking
| id required | string Report ID of the report you want to fetch entities for |
| offset | integer Offset for pagination, default is 0 |
| limit | integer Limit for pagination, default is 10, max is 100 |
| filter | object Filter set for the entity results, stringified JSON array [{"field":"status","operator":"=","value":"new"}] would show all new results. Domain fields can be accessed as field with |
| orderBy | object Order set for the entity results, stringified JSON array [{"field":"status","direction":"DESC"}] Would sort by status string descending. Direction (ASC|DESC) |
[- {
- "entity_id": "string",
- "domains": { }
}
]| entity_type required | string Entity type, either "person" or "business" |
| qry required | string Natural language query string to search for matching traits |
| domains | Array of strings List of domains to search traits by ("intent", "demographics", etc.) |
[- {
- "trait_id": "string",
- "trait_hash": "string",
- "entity_type": "string",
- "domain": "string",
- "name": "string",
- "value": "string",
- "similarity_score": 0.1,
- "size": "string",
- "prevalence": 0.1,
- "updated_at": "2019-08-24T14:15:22Z"
}
]| tool required | string |
string Email of the entity to enrich | |
| phone | string Phone number of the entity to enrich |
{- "tool": "entity_enrich",
- "email": "string",
- "phone": "string"
}[- {
- "entity_id": "string",
- "domains": { }
}
]