List a team's posts
team_postsList a team's public updates ("twits") — the short build-log posts a team
publishes as it works, in the order the server returns them. Use it to catch
up on what a team has been doing, or to check what has already been posted
before writing another update with team_post.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, starting at 1. | |
| team_id | Yes | Id of the team. | |
| page_size | No | Rows per page (max 100). |