Fetch a list of all Cleanroom Question Runs for a Cleanroom Question

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 limit

The default limit value of this call changed from 500 to 30, with a maximum limit of 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.

Path Params
string
required

The Cleanroom Question ID to fetch all the associated Cleanroom Question Runs

Query Params
string
enum

The status of the Cleanroom Question Run

date

A filter applied on the SubmitAt field for a Cleanroom Question Run that marks as the beginning of the range of dates. Default is empty - meaning no filter applied. The format is yyyy-MM-dd

date

A filter applied on the SubmitAt field for a Cleanroom Question Run that marks as the end of the range of dates. Default is empty - meaning no filter applied. The format is yyyy-MM-dd

integer
≤ 100
Defaults to 30

The number of Cleanroom Question Runs returned per page - default is 30 and maximum is 100

integer
Defaults to 0

The offset - default is 0

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
OAuth2
Response
Choose an example:
application/json