action cpy_get_api_v1_abuses_abuse_id_messages { label: "List messages of an abuse" provider: cpy method: GET path: "/api/v1/abuses/{abuseId}/messages" encoding: json output: { type: "object" properties: { data: { type: "array" items: { properties: { account: { properties: { avatars: { type: "array" items: { properties: { createdAt: { type: "string" format: "date-time" } path: { type: "string" } updatedAt: { type: "string" format: "date-time" } width: { type: "integer" } } } } displayName: { type: "string" } host: { type: "string" format: "hostname" } id: { type: "integer" } name: { type: "string" } url: { type: "string" format: "url" } } } byModerator: { type: "boolean" } createdAt: { type: "string" format: "date-time" } id: { type: "integer" } message: { type: "string" } } } } total: { type: "integer" } } } }