Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Skyvern-AI/skyvern
/ json
Method
json
skyvern/client/core/http_sse/_models.py:15–17 ·
view source on GitHub ↗
Parse the data field as JSON.
(self)
Source
from the content-addressed store, hash-verified
13
retry: Optional[int] = None
14
15
def
json(self) -> Any:
16
""
"Parse the data field as JSON."
""
17
return
json.loads(self.data)
Callers
15
artifactServer.js
File · 0.45
useGithubStarCount
Function · 0.45
run_task
Method · 0.45
run_workflow
Method · 0.45
get_run
Method · 0.45
cancel_run
Method · 0.45
bulk_cancel_runs
Method · 0.45
get_workflows
Method · 0.45
create_workflow
Method · 0.45
update_workflow
Method · 0.45
delete_workflow
Method · 0.45
get_folders
Method · 0.45
Calls
no outgoing calls
Tested by
15
make_request
Function · 0.36
list_sessions
Function · 0.36
create_browser_session
Function · 0.36
get_session
Function · 0.36
close_all_sessions
Function · 0.36
close_session
Function · 0.36
create_task
Function · 0.36
create_workflow_run
Function · 0.36
create_cruise
Function · 0.36
test_mcp_http_auth_rejects_missing_api_key
Function · 0.36
test_mcp_http_auth_allows_health_checks_without_api_key
Function · 0.36
test_mcp_http_auth_rejects_invalid_api_key
Function · 0.36