action ijenko_program_get_metadata { label: "List metadata" description: "Get the metadata of the *Program*." provider: ijenko method: GET path: "/programs/{programId}/metadata" encoding: json output: { type: "object" additionalProperties: true } }