Optionalaccount_String. If provided, will only return statuses authored by this account.
Optionalexclude_Boolean. Filter out unreviewed tags? Defaults to false. Use true when trying to find trending tags.
OptionalfollowingBoolean. Only include accounts that the user is following? Defaults to false.
OptionallimitInteger. Maximum number of results to return.
Optionalmax_String. All results returned will be lesser than this ID. In effect, sets an upper bound on results.
Optionalmin_String. Returns results immediately newer than this ID. In effect, sets a cursor at this ID and paginates forward.
OptionaloffsetInteger. Skip the first n results.
OptionalresolveBoolean. Only relevant if type includes accounts. If true and (a) the search query is for a remote account (e.g., someaccount@someother.server) and (b) the local server does not know about the account, WebFinger is used to try and resolve the account at someother.server. This provides the best recall at higher latency. If false only accounts the server knows about are returned.
Optionalsince_String. All results returned will be greater than this ID. In effect, sets a lower bound on results.
OptionaltypeString. Specify whether to search for only accounts, hashtags, statuses
Optionalwith_Embed relationships into accounts. Supported by Pleroma.