Bird

bird audiences list-contacts

Usage

कोड उदाहरण
bird audiences list-contacts <audience-id> [flags]

Description

List the contacts in a static audience by ID, as a cursor page ordered by when each contact joined (most recent first). Each entry pairs the contact with its join time.
Returns a paginated JSON envelope; narrow with the filters below and page with --limit and --starting-after.

Examples

कोड उदाहरण
bird audiences list-contacts <audience-id>
bird audiences list-contacts <audience-id> | jq -r '.data[].contact.id'
bird audiences list-contacts <audience-id> --limit 50 --starting-after <cursor>

Options

Pagination

NameDescription
--ending-beforeCursor from the prev_cursor or refresh_cursor field of a previous list response. Returns items immediately before the cursor position in the current sort order. prev_cursor returns the preceding page. refresh_cursor anchors at the first row of that response, which on a newest-first sort is how to fetch the items that have appeared since.
--limit <n>Maximum number of items to return per page.
--starting-afterCursor from the next_cursor field of a previous list response. Returns items immediately after the cursor position in the current sort order.

Filters

NameDescription
--qCase-insensitive substring match against a contact's email address or the digits in its international phone number.
--response-schemaPrint the fields this command returns, then exit
NameDescription
bird audiences add-contactsAdd contacts to a static audience
bird audiences createCreate an audience
bird audiences deleteDelete an audience
bird audiences getGet an audience
bird audiences listList audiences
bird audiences remove-contactUnassign a contact from an audience
bird audiences remove-contactsRemove contacts from a static audience
bird audiences updateUpdate an audience's name or description

संबंधित संसाधन

इस विषय के लिए डॉक्यूमेंटेशन, गाइड और उदाहरणों के साथ आगे बढ़ें। संसाधन अंग्रेज़ी में हैं।

इम्प्लीमेंटेशन ब्रीफ़ पाएँ