action flat_get_score { label: "Get a score's metadata" description: "Get the details of a score identified by the `score` parameter in the URL.\nThe currently authenticated user must have at least a read access to the document to use this API call.\n" provider: flat method: GET path: "/scores/{score}" encoding: json input: { type: "object" properties: { sharingKey: { type: "string" } } additionalProperties: false } output: { description: "The score and all its details" type: "object" } }