@slack/web-api / AdminConversationsLookupArguments
Defined in: src/types/request/admin/conversations.ts:122
TeamIDs.TokenOverridable.CursorPaginationEnabled
optional cursor: string;Defined in: src/types/request/common.ts:16
Paginate through collections of data by setting the cursor parameter to a next_cursor attribute
returned by a previous request's response_metadata.
Default value fetches the first "page" of the collection.
pagination for more detail.
CursorPaginationEnabled.cursorlast_message_activity_before: number;Defined in: src/types/request/admin/conversations.ts:127
UNIX timestamp to filter by public channels where the most recent message was sent before this parameter.
optional limit: number;Defined in: src/types/request/common.ts:9
The maximum number of items to return. Fewer than the requested number of items may be returned,
even if the end of the list hasn't been reached. Must be an integer with a max value of 999. Default is 100.
CursorPaginationEnabled.limitoptional max_member_count: number;Defined in: src/types/request/admin/conversations.ts:129
Filter by public channels with member count equal to or less than the specified number.
team_ids: [string, ...string[]];Defined in: src/types/request/common.ts:65
A list of team IDs (must include at least one ID).
TeamIDs.team_idsoptional token: string;Defined in: src/types/request/common.ts:43
Overridable authentication token bearing required scopes.
TokenOverridable.token