Skip to main content
GET
/
api
/
recordings
/
{run_id}
Get Recording
curl --request GET \
  --url https://api.getgranite.ai/api/recordings/{run_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

run_id
string
required

Response

Successful Response