curl --request GET \
--url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/usage \
--header 'Authorization: <api-key>'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"logo": "<string>",
"analysis_quota": 123,
"analyses_count": 123,
"asset_evaluation_quota": 123,
"asset_evaluations_count": 123,
"search_credits": 123,
"members": 123,
"search_credits_count": 123
}
]Get all workspaces information, which includes the analyses count and members count. The logo field is omitted unless include_logo=true.
curl --request GET \
--url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/usage \
--header 'Authorization: <api-key>'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"logo": "<string>",
"analysis_quota": 123,
"analyses_count": 123,
"asset_evaluation_quota": 123,
"asset_evaluations_count": 123,
"search_credits": 123,
"members": 123,
"search_credits_count": 123
}
]Documentation Index
Fetch the complete documentation index at: https://docs.shareofmodel.ai/llms.txt
Use this file to discover all available pages before exploring further.
If set to true, include the logo field in the response. Defaults to false.