Skip to main content

Attributes

phlo_id
string

Unique identifier for the PHLO.

run_id
string

Unique identifier for the PHLO run.

call_uuids
Array of UUIDs

List of calls triggered in the PHLO run.

message_uuids
Array of UUIDs

List of messages triggered in the PHLO run.

recording_ids
Array 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": []
}