Actions
Get an offline run
Get the status of an offline run. This will return the variables and their values.
get/actions/{sid}/runs/{runid}
Path parameters
sidstring required
Short ID
Example:callrsid
Resource SID (8 lowercase alphanumeric characters)
runidstring required
Example:api:9MNAB2H6
Run ID
Response
Run status
Example response
{
"variables": {
"$customID": 42,
"$target": "+15559820800",
"$mylist": [
"listItem1",
"listItem2"
],
"$myobject": {
"key1": "value1",
"key2": "value2"
}
}
}