action art19_get_credits_id { label: "Get a specific credit" provider: art19 method: GET path: "/credits/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" format: "uuid" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }