Slack

SLACK_LISTS_USER_S_STARRED_ITEMS_WITH_PAGINATION

DEPRECATED: Lists items starred by a user. Use `list_starred_items` instead.

Remote slack

Other tools also called SLACK_LISTS_USER_S_STARRED_ITEMS_WITH_PAGINATION? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "page": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Page number of results to return.\nExample: 2"
    },
    "count": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Number of items to return per page.\nExample: 20"
    },
    "limit": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "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.\nExample: 20"
    },
    "cursor": {
      "type": [
        "string",
        "null"
      ],
      "default": null,
      "description": "Parameter for pagination. Set cursor to the next_cursor attribute returned by the previous request's response_metadata.\nExample: \"dXNlcjpVMDYxTkZUVDI=\""
    }
  }
}
          

Provider

Slack →