Skip to main content
GET
/
data
/
synthetics
List all synthetic datasets
curl --request GET \
  --url https://beta.getplum.ai/v1/data/synthetics \
  --header 'Authorization: <api-key>'
{
  "datasets": [
    {
      "id": "<string>",
      "created_at": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Response

200 - application/json

Successfully retrieved list of synthetic datasets

datasets
object[]
I