Workspace
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /api/workspace HTTP/1.1
Host: api.probe.splx.ai
X-Api-Key: YOUR_API_KEY
Accept: */*
[
{
"defaultWorkerPoolId": null,
"description": "This is an example workspace used for testing purposes.",
"guardrails": null,
"id": 5,
"name": "Example Workspace",
"targets": [
{
"id": 1,
"integrationType": "AZURE_OPENAI",
"name": "Example Target",
"scanId": 123
}
],
"userCount": 10
}
]