Show workspace
documentedGet a workspace.
GET /workspaces/{workspace_id}.jsonWorkspacesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
I couldn't locate official Breeze REST API documentation for the breeze.pm domain (the Breeze docs I found point to GraphQL APIs, and BreezeChMS references a different Breeze product with its own REST API). Because I don’t want to provide an inaccurate URL/headers/body, I’m pausing before generating a command. If you can share the official API docs link or base URL, I’ll tailor the exact curl. In the meantime, here’s what I found and what I can do next:
- Breeze’s public docs on Breeze.pm appear to describe a GraphQL API rather than a REST endpoint for /workspaces/{workspace_id}.json. This means a REST GET at /workspaces/{workspace_id}.json may not be publicly documented. ([breeze-portal.com](https://www.breeze-portal.com/support/api-doc?utm_source=openai))
- There is a Breeze REST API reference for BreezeCHMS (a different Breeze product) at app.breezechms.com/api, which is not Breeze.pm. This confirms there isn’t a universally-available Breeze.pm REST doc that I can pull from publicly. ([app.breezechms.com](https://app.breezechms.com/api?utm_source=openai))
- If Breeze.pm has a private docs portal, it’s likely behind authentication. If you provide the doc link, I’ll extract the exact URL, headers, and body format and produce a fully accurate keychains curl command.
Would you like me to proceed with a best-guess template now (with explicit caveats), or please share the official Breeze API docs link so I can generate a precise command?