yaml
type: "io.kestra.plugin.kestra.flows.export"
yaml
id: export_single_flow
namespace: company.team

tasks:
  - id: export_flow
    type: io.kestra.plugin.kestra.flows.Export
    kestraUrl: http://localhost:8080
    auth:
      username: admin@kestra.io # pass your Kestra username as secret or KV pair
      password: Admin1234 # pass your Kestra password as secret or KV pair
    namespace: company.team
Properties
SubType string
Format uri