Sign inGet started

bird voice get

Usage

Code example
bird voice get <call-id> [flags]

Description

Fetch one call by ID, at any point in its lifecycle. A call still ringing or connected carries no economics yet: duration_ms, billable_ms, ended_at, and cost are null until it ends, and the same ID then returns the settled record. Poll here to watch one known call; use bird voice list to find calls in the first place. When a call was refused, rejection_reason names the gate that turned it away.

Procedure

Step 2 of 9 of "Watch voice calls and find out why one was refused". Previous: bird voice list. Next: bird voice stats summary.

Examples

Code example
bird voice get <call-id>
bird voice get <call-id> -f text
# the id to pass comes from
bird voice list

Options

NameDescription
--response-schemaPrint the fields this command returns, then exit
NameDescription
bird voice listList calls

Related resources

Continue with the documentation, guides and examples for this topic. Resources are in English.

Get an implementation brief