# Workspace Baselines

A Gantt workspace baseline is a snapshot of a workspace at a particular point in time.
The snapshot contains aggregate statistics and certain data about each story (task).

 - [GET /workspace_baselines](https://developer.kantata.com/kantata/specification/workspace-baselines/get%20workspace%20baselines.md): Returns a list of Gantt workspace baselines associated with workspaces (projects) that are visible to the authenticated user. Visibility restrictions on projects are detailed in the [Workspaces API do
 - [POST /workspace_baselines](https://developer.kantata.com/kantata/specification/workspace-baselines/create%20workspace%20baseline.md): Creates a Gantt workspace baseline for a specified workspace (project). The baseline will contain aggregate statistics and certain data about each story (task). This endpoint returns structured Worksp
 - [GET /workspace_baselines/{id}](https://developer.kantata.com/kantata/specification/workspace-baselines/get%20workspace%20baseline.md): Returns a specified Gantt workspace baseline. This endpoint returns structured Workspace Baseline objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in
 - [PUT /workspace_baselines/{id}](https://developer.kantata.com/kantata/specification/workspace-baselines/update%20workspace%20baseline.md): Updates a specified Gantt workspace baseline. This endpoint returns structured Workspace Baseline objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in
 - [DELETE /workspace_baselines/{id}](https://developer.kantata.com/kantata/specification/workspace-baselines/delete%20workspace%20baseline.md): Deletes a specified Gantt workspace baseline. The response will contain no content and an HTTP 204 status code if the request was successful, or a [standard Kantata OX error message](#section/Errors)
