Inspect a test
inspect_testDecodes a test and describes it: slots, variants, context, and whether it can be served by redirect. Also lints it for the mistakes that only show up once a campaign is out, such as an email test whose context comes from geo (which a mail proxy answers about itself).
Use this before sending anything, and to answer 'what is this link?'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test | No | The test: an encoded config, or any LiveVariant URL containing one (serve, click, pixel, manage), or a query-parameter serve URL. Paste whatever you have. | |
| config | No | Alias for `test`: the same value under the name build_test returns it as (`config`). Pass one or the other. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| slots | Yes | ||
| region | Yes | ||
| testId | Yes | ||
| context | Yes | ||
| findings | Yes | ||
| combinations | Yes | ||
| resultsReadable | Yes | False when the config has no stats key, which is permanent. |