List workspace agent versions
GET/v2/organizations/:organization_id/workspaces/:workspace_id/agent-versions
Returns the paginated version history of the agent for a workspace within an organization, exposing only discovered_at and version.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Paginated list of agent versions for the workspace.
Invalid request parameters.
Unauthorized to access the organization.
Resource not found within the authorized scope.
Internal server error.