action peel_ci_get_statuses { label: "Gets the last 100 statuses for this show." description: "For Twitter, statuses are synonymous with tweets." provider: peel_ci method: GET path: "/status/{showID}" encoding: json input: { type: "object" properties: { showID: { type: "string" } } required: ["showID"] additionalProperties: false } output: { type: "object" additionalProperties: true } }