PlaybookRuns
Get property values for a playbook run
get/plugins/playbooks/api/v0/runs/{id}/property_values
Path parameters
idstring required
Example:mx3xyzdojfgyfdx8sc8of1gdme
ID of the playbook run to retrieve property values from.
Query parameters
updated_sinceinteger
Example:1602235338837
Filter results to only include property values updated after this timestamp (Unix time in milliseconds).
Response
List of property values for the playbook run.
Example response
[
{
"id": "v8z9a1b2c3d4e5f6g7h8i9j0k1l",
"field_id": "p7fj3k2l5m8n9q1r4s6t8v0w2x",
"value": "\"High Priority\"",
"create_at": 1602235338837,
"update_at": 1602235338837
}
]