List Run Questions
Returns pending human-in-the-loop questions for a run. Questions are generated when the workflow needs user input to proceed.
Path parameters
Unique run identifier (ULID).
Query parameters
Maximum number of items to return per page.
Number of items to skip before returning results.
Response
Array of pending questions
Example response
{
"data": [
{
"id": "q-001",
"text": "Should we proceed with the proposed changes?",
"stage": "gate",
"allow_freeform": true,
"timeout_seconds": 30,
"context_display": "Latest draft",
"review_target": {
"label": "Quarry review exercise",
"url": "https://quarry.lithos.computer/tmp/0123456789abcdef0123456789abcdef"
}
}
]
}Changes
Changed in 9 of the 135 revisions of this API.37
- ○
added the optional property
data/items/review_targetto the response with the200statusresponse-optional-property-added
- ○
- ●
removed the optional property
data/items/review_targetfrom the response with the200statusresponse-optional-property-removed
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the optional property
data/items/review_targetto the response with the200statusresponse-optional-property-added
- ○
- ●
removed the optional property
data/items/review_targetfrom the response with the200statusresponse-optional-property-removed
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the optional property
data/items/review_targetto the response with the200statusresponse-optional-property-added
- ○
- ●
removed the optional property
data/items/review_targetfrom the response with the200statusresponse-optional-property-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the optional property
data/items/review_targetto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
data/items/options/items/descriptionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/items/options/items/previewto the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the optional property
meta/totalto the response with the200statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○