Approvals
Generated AI voice notes awaiting manual approval (from ai_voice_note steps with review on), newest first. audioUrl plays exactly what the lead would hear, and script is what it says. Defaults to status pending; pass status=all for every status.
Authorization
bearerAuth AuthorizationBearer <token>
An API key created under Settings → API & Webhooks.
In: header
Query Parameters
status?string
Value in
- "pending"
- "approved"
- "rejected"
- "sent"
- "skipped"
- "failed"
- "all"
campaignId?string
limit?integer
Page size, 1–100.
Range
1 <= value <= 100Default
50offset?integer
Number of records to skip.
Range
0 <= valueDefault
0Response Body
application/json
application/json
curl -X GET "https://example.com/pending-voice-notes"{ "data": [ { "id": "string", "campaignId": "string", "campaignLeadId": "string", "leadId": "string", "stepId": "string", "variantId": "string", "status": "pending", "script": "string", "voiceId": "string", "voiceName": "string", "audioUrl": "string", "audioMimeType": "string", "durationMs": 0, "firstName": "string", "lastName": "string", "headline": "string", "profileUrl": "string", "publicIdentifier": "string", "decidedAt": "2019-08-24T14:15:22Z", "sentAt": "2019-08-24T14:15:22Z", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" } ], "paging": { "limit": 0, "offset": 0 }}List AI comment drafts GET
AI-drafted comments on leads' posts awaiting manual approval (from `comment_post` steps with review on), newest first. Defaults to status `pending`; pass `status=all` for every status.
Re-draft a comment POST
Ask the AI to re-draft the comment, optionally with a new instruction. Keeps the same post context.