MCPcopy Create free account
hub / github.com/AgentOps-AI/agentops / StatusResponse

Class StatusResponse

app/api/agentops/opsboard/schemas.py:32–38  ·  view source on GitHub ↗

Status response type intended to be used for simple success/failure responses.

Source from the content-addressed store, hash-verified

30
31
32class StatusResponse(BaseResponse):
33 """
34 Status response type intended to be used for simple success/failure responses.
35 """
36
37 success: bool = True
38 message: str | None = None
39
40
41class UserResponse(BaseResponse):

Callers 11

invite_to_orgFunction · 0.50
accept_org_inviteFunction · 0.50
remove_from_orgFunction · 0.50
change_member_roleFunction · 0.50
delete_orgFunction · 0.50
cancel_subscriptionFunction · 0.50
reactivate_subscriptionFunction · 0.50
update_subscriptionFunction · 0.50
revoke_org_inviteFunction · 0.50
delete_projectFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…