{ "opencollection": "1.0.0", "info": { "name": "API Reference agent drafts API", "version": "1.0.0" }, "items": [ { "info": { "name": "drafts", "type": "folder" }, "items": [ { "info": { "name": "List Drafts", "type": "http" }, "http": { "method": "GET", "url": "https://api.agentmail.to/v0/drafts", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" }, { "name": "labels", "value": "", "type": "query" }, { "name": "before", "value": "", "type": "query" }, { "name": "after", "value": "", "type": "query" }, { "name": "ascending", "value": "", "type": "query" } ] }, "docs": "**CLI:**\n```bash\nagentmail drafts list\n```" }, { "info": { "name": "Get Draft", "type": "http" }, "http": { "method": "GET", "url": "https://api.agentmail.to/v0/drafts/:draft_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "draft_id", "value": "", "type": "path" } ] }, "docs": "**CLI:**\n```bash\nagentmail drafts get --draft-id \n```" }, { "info": { "name": "Get Attachment", "type": "http" }, "http": { "method": "GET", "url": "https://api.agentmail.to/v0/drafts/:draft_id/attachments/:attachment_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "draft_id", "value": "", "type": "path" }, { "name": "attachment_id", "value": "", "type": "path" } ] }, "docs": "**CLI:**\n```bash\nagentmail drafts get-attachment --draft-id --attachment-id \n```" } ] } ], "bundled": true }