Skip to content

Files

Latest commit

github-actions[bot]speakeasybotspeakeasy-github[bot]
May 8, 2025
4149903 · May 8, 2025

History

History
18 lines (15 loc) · 4.35 KB

SubscribersControllerSearchSubscribersRequest.md

File metadata and controls

18 lines (15 loc) · 4.35 KB

SubscribersControllerSearchSubscribersRequest

Fields

Field Type Required Description
after ?string Cursor for pagination indicating the starting point after which to fetch results.
before ?string Cursor for pagination indicating the ending point before which to fetch results.
limit ?float Limit the number of items to return
orderDirection ?Operations\OrderDirection Direction of sorting
orderBy ?string Field to order by
includeCursor ?bool Include cursor item in response
email ?string Email address of the subscriber to filter results.
name ?string Name of the subscriber to filter results.
phone ?string Phone number of the subscriber to filter results.
subscriberId ?string Unique identifier of the subscriber to filter results.
idempotencyKey ?string A header for idempotency purposes