{ "summary": "List sequences", "method": "GET", "path": "/v4/sequences", "tag": "Sequences", "response": { "sequences": [ { "id": 1, "name": "string", "hold": true, "repeat": true, "created_at": "string" } ], "pagination": { "has_previous_page": true, "has_next_page": true, "start_cursor": "string", "end_cursor": "string", "per_page": 1 } } }