Skip to content

Commit 6e0849e

Browse files
committed
Add samples for listing Usage Records with Twilio CLI
1 parent 9656bf9 commit 6e0849e

File tree

5 files changed

+22
-0
lines changed

5 files changed

+22
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Install the twilio-cli from https://twil.io/cli
2+
3+
twilio api:core:usage:records:last-month:list
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Install the twilio-cli from https://twil.io/cli
2+
3+
twilio api:core:usage:records:today:list \
4+
--category=calls
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Install the twilio-cli from https://twil.io/cli
2+
3+
twilio api:core:usage:records:list \
4+
--start-date=2012-09-01 \
5+
--end-date=2012-09-30 \
6+
--category=calls-inbound
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Install the twilio-cli from https://twil.io/cli
2+
3+
twilio api:core:usage:records:daily:list \
4+
--start-date=2012-09-01 \
5+
--end-date=2012-09-30 \
6+
--category=calls-inbound
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Install the twilio-cli from https://twil.io/cli
2+
3+
twilio api:core:usage:records:all-time:list

0 commit comments

Comments
 (0)