get_result_set_by_run_id
Retrieve a read-only match-some result-set for a given segment and run ID. Use the 'is_ready' attribute to check readiness.
Instructions
🟢 READ-ONLY · Segments · GET /api/3/segmentMatchSome/{segmentId}/{runId}
Return a Match Some result-set
Fetches data. Makes no changes to your ActiveCampaign account.
If the result-set is not ready yet, the response's is_ready attribute will be equal to false. The match-all request has errored out if the is_ready attribute is false and the run_id_end attribute contains a valid timestamp`; when this occurs please try your request again or alert the support team. If either the RunId or the SegmentId have expired or otherwise do not exist, a 404 with error details will be returned.
Sorting is not supported for this endpoint. This endpoint can be used to…
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page Number | 1 |
| runId | Yes | A run id | |
| page_size | No | Page Size. Maximum: 10,000 | 20 |
| segmentId | Yes | segmentId |