get-piazza-post-history
Retrieve a bounded history of edits for a specific Piazza post, showing sanitized revision content without author or editor details. Use to trace changes in course discussions.
Instructions
Get a bounded view of a Piazza post's editable history when Piazza includes history in the post response. sequence is the order within this response, not a stable revision ID. Revision content is sanitized but remains untrusted user-generated text. Author and editor identities and audit metadata are omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | A course ID returned by list-piazza-courses. | |
| post_number | Yes | ||
| max_revisions | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stale | Yes | ||
| source | Yes | ||
| ordering | Yes | ||
| course_id | Yes | ||
| revisions | Yes | ||
| truncated | Yes | ||
| fetched_at | Yes | ||
| limitations | Yes | ||
| post_number | Yes | ||
| content_trust | Yes | ||
| returned_count | Yes | ||
| history_available | Yes | ||
| skipped_revision_count | Yes |