Latest Legacy

The PHLO Run object

Attributes

phlo_idstring

Unique identifier for the PHLO.

run_idstring

Unique identifier for the PHLO run.

call_uuidsArray of UUIDs

List of calls triggered in the PHLO run.

message_uuidsArray of UUIDs

List of messages triggered in the PHLO run.

recording_idsArray of IDs

List of recordings created in the PHLO run.

Example Object

{
    "phlo_id": "e564a84a-7910-4447-b16f-65c541dd552c",
    "run_id": "b7df01fd-1cb0-404e-a0d1-21e69a610e84",
    "call_uuids": ["11e4f82c-069c-49f9-9fcb-54c6633e2cdb"],
    "message_uuids": [],
    "recording_ids": []
}