Skip to main content
POST
/
v1
/
test-runs
/
share-report
Share test run report
curl --request POST \
  --url https://api.getmaxim.ai/v1/test-runs/share-report \
  --header 'x-maxim-api-key: <api-key>'
{
  "data": {
    "runs": [
      {}
    ],
    "total": 123
  }
}

Authorizations

x-maxim-api-key
string
header
required

API key for authentication

Query Parameters

workspaceId
string
required

Unique identifier for the workspace

id
string
required

Test run ID to share

Response

Successfully shared test run report

data
object