Eventum Logo

Eventum

Generator configs

List Generator Dirs

List all generator directory names inside path.generators_dir with generator configs.

GET
/generator-configs/

Query Parameters

extended?boolean

Whether to include extended info about directories

Defaultfalse

Response Body

application/json

application/json

curl -X GET "https://eventum.example.com/api/generator-configs/"
[
  {
    "name": "string",
    "size_in_bytes": 0,
    "last_modified": 0,
    "generator_ids": [
      "string"
    ]
  }
]
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}