Skip to main content
GET
Returns action items extracted from your meetings. Action items are automatically created when a meeting summary is generated and can be filtered by status, assignee, priority, or meeting.
integer
default:"20"
Number of action items to return. Between 1 and 100.
integer
default:"0"
Number of action items to skip for pagination.
string
Filter by status. One of pending, in_progress, or completed.
string
Filter by assignee name (partial match supported) or participant ID.
string
Return only action items from a specific meeting.
string
Filter by priority level. One of high, medium, or low.
string
Return action items due on or before this date. ISO 8601 date format (e.g., 2026-04-15).
string
Return action items due on or after this date. ISO 8601 date format.
string
default:"created_at"
Sort field. One of created_at, due_date, or priority.
string
default:"desc"
Sort order. One of asc or desc.

Response

array
An array of action item objects.
object
Pagination metadata.