cURL
curl --request GET \ --url http://localhost:8080/api/workspaces/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "path": "<string>", "created_at": "<string>", "updated_at": "<string>", "github_url": "<string>", "auto_fix_merge_conflicts": false, "auto_fix_ci_failures": false, "git_branch": "<string>", "git_status": "<string>", "git_dirty": false, "disk_usage_bytes": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response