v3
Drive

List retained generations of a Drive file

List all retained GCS generations for a single Drive file path.

Versions are returned newest first. Use the `generation` from a non-current
entry as the input to `POST /v3/teams/{team_id}/drive/files/restore` to roll
the live file back to that point in time.

Versioning is a property of the underlying GCS bucket; this endpoint exposes
those generations without any caching layer.
get/v3/teams/{team_id}/drive/files/versions

Path parameters

team_idstring required

Query parameters

pathstring required

Response

Retained generations for the path

pathstring required

Drive-relative path that was queried

Changes

No recorded changes to this endpoint across all 1 revision of this API.