get
https://api.habu.com/v1/cleanroom-questions//cleanroom-question-runs
This operation fetches a list of all the Cleanroom Question Runs (including metadata) for a given Cleanroom Question. The Customer can optionally use the status parameter to filter the list of Cleanroom Question Runs.
Changed default
limitThe default
limitvalue of this call changed from 500 to 30, with a maximumlimitof 100.
Troubleshooting question run failure
If the question run status is FAILED, possible causes include:
- Issues with data connections
- Missing data
- SQL or Python misconfiguration
- Transient memory issues.
LiveRamp will automatically retry jobs which are failing due to infrastructure issues. You should manually or programmatically retry only if isRetryable is true in the API response.