Get alert data with deals

Retrieve saved alert data including all deals that matched the alert criteria within the specified date range. Results include a flattened array of deals sorted by date (newest first) with duplicates removed.

Multiple Alerts Support:

  • Query multiple alerts in a single request (up to 10)
  • Each alert returns its own flattened deals array
  • Different alerts can have different frequencies (e.g., one daily, one weekly)
  • Total deal count across all alerts determines rate limit usage

Important Notes:

  • All alertIds must belong to alerts you have access to
  • Deals are flattened from all time periods and sorted by date DESC (newest first)
  • Duplicate deals are automatically removed
  • Each deal includes AI-generated reasoning for why it matched the alert criteria
  • Deal structure is simplified with flattened company information for easier integration
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

Comma-separated list of alert UUIDs (up to 10 alerts per request). All alerts must be associated with your API key's account. Example: "uuid1,uuid2,uuid3"

date-time
required

Start date for the alert data range (ISO 8601 format). Results will include deals from this date onwards.

date-time
required

End date for the alert data range (ISO 8601 format). Results will include deals up to and including this date.

Note: All dates are processed in UTC timezone. Deals are grouped into time periods based on UTC date boundaries.

Responses

Language
Credentials
Bearer
API Key
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json