action apache_get_dag_source { label: "Get a source code" description: "Get a source code using file token.\n" provider: apache method: GET path: "/dagSources/{file_token}" encoding: json output: { type: "object" properties: { content: { type: "string" } } } }