Skip to main content
GET
/
v1
/
organizations
/
{organization_id}
/
workspaces
/
{workspace_id}
/
reports
/
{id}
Retrieve a baseline report of analysis/search_project
curl --request GET \
  --url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/{workspace_id}/reports/{id} \
  --header 'Authorization: <api-key>'
{
  "id": "df2a3b6d-4f5c-47d2-92d4-8b17db3b9159",
  "analysis": "f41bcbf1-8f7a-46c1-baf3-18c9d1ff1234",
  "search_project_id": null,
  "status": "COMPLETED",
  "url": "https://docs.google.com/presentation/d/1abcXYZ123/view",
  "created_by": "e3c7a801-badf-45f2-9113-66a5e1239abc"
}

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.

Authorizations

Authorization
string
header
required

Path Parameters

id
string<uuid>
required

A UUID string identifying this baseline report.

organization_id
string<uuid>
required

A UUID string identifying the organization.

workspace_id
string<uuid>
required

A UUID string identifying the workspace.

Response

200 - application/json

Baseline report details.

{key}
any