Robots
List robot workspace providers
Retrieve the registered Robot workspace providers.
GET
/robots/workspace-providersRetrieve the registered Robot workspace providers.
storyden-session<token>
In: cookie
Response Body
application/json
application/json
curl -X GET "https://example.com/robots/workspace-providers"{
"providers": [
{
"provider": "string",
"name": "string"
}
]
}Empty
Empty
{
"type": "string",
"title": "string",
"detail": "string",
"trace_id": "string",
"metadata": {}
}