v4

latestOpenAPI 3.1.02026-08-019681,1012.0 MB
playgrounds

Create Playground

Create a new playground for the given project.

post/projects/{project_id}/playgrounds

Path parameters

project_idstring uuid4 required

Request body

run_idstring uuid4 nullable

Optional run ID to initialize the playground with existing run data.

Response

Successful Response

idstring uuid4 required
namestring required
created_atstring date-time required
updated_atstring date-time required
scratch_dataset_idstring uuid4 required

Example response

{
  "scorers": [
    {
      "filters": [
        {
          "value": "ENUM_VALUE"
        }
      ]
    }
  ]
}