Maxim Logo
Test Runs/Share Report

Share test run report

Share a test run report

POST
/v1/test-runs/share-report

Authorization

x-maxim-api-key<token>

API key for authentication

In: header

Query Parameters

workspaceIdRequiredstring

Unique identifier for the workspace

idRequiredstring

Test run ID to share

curl -X POST "https://api.getmaxim.ai/v1/test-runs/share-report?workspaceId=%3Cstring%3E&id=%3Cstring%3E" \
  -H "x-maxim-api-key: <token>"

Successfully shared test run report

{
  "data": {
    "runs": [
      {}
    ],
    "total": 0
  }
}