curl --location --request POST 'https://api.inboxkit.com/v1/api/infra-guard/action-items' \
--header 'X-Workspace-Id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"limit": 20,
"domain_uid": "string",
"category": "bounce_rate",
"severity": "critical",
"status": "pending"
}'{
"error": false,
"message": "string",
"action_items": [
{
"uid": "string",
"domain_name": "string",
"category": "bounce_rate",
"severity": "critical",
"title": "string",
"description": "string",
"steps": [
{
"step": 0,
"description": "string",
"completed": true
}
],
"status": "pending",
"trigger_rule": "string",
"metadata": {},
"created_at": "2019-08-24T14:15:22.123Z",
"resolved_at": "2019-08-24T14:15:22.123Z",
"dismissed_at": "2019-08-24T14:15:22.123Z"
}
],
"total": 0,
"pages": 0,
"current_page": 0,
"limit": 0
}