Skip to main content

API Endpoint

GET
https://phlorunner.plivo.com/v1/phlo/{phlo_id}/runs/{run_id}

Arguments

URL Params

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.

Payload

No arguments need to be passed.

Returns

Returns a PHLO Run object.

Response

HTTP Status Code: 200
{
    "api_id": "36989807-a76f-4555-84d1-9dfdccca7a80",
    "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": []
}