Skip to content
Pile
Esc
navigateopen⌘Jpreview

Health agent provider

POST/workspaces/{organizationId}/agent/providers/{agentId}/health
Path parameters
organizationIdstringrequired
agentIdstringrequired
Responses
200Provider credential/config probe
okbooleanrequired
messagestring
Try it
Server
Parameters
Request
curl -X POST "/workspaces/string/agent/providers/string/health"
Response
{
  "ok": true,
  "message": "string"
}