Skip to main content
GET
/
v1
/
action_items
/
{id}
Retrieves an incident action item
curl --request GET \
  --url https://api.rootly.com/v1/action_items/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "f4243f79-4e25-4c8a-aebc-05652ec1d3e8",
    "type": "incident_action_items",
    "attributes": {
      "incident_id": "76fec3e8-606b-4ff0-844f-426df6abac57",
      "incident_title": "Eos et nihil fugiat.",
      "description": "shabby chic wolf locavore pickled twee poke. YOLO godard health goth pork belly cold-pressed swag",
      "assigned_to": null,
      "assigned_to_group_ids": [],
      "kind": "follow_up",
      "priority": "low",
      "status": "open",
      "due_date": null,
      "jira_issue_id": null,
      "jira_issue_key": null,
      "jira_issue_url": null,
      "asana_task_id": null,
      "asana_task_url": null,
      "github_issue_id": null,
      "github_issue_url": null,
      "gitlab_issue_id": null,
      "gitlab_issue_url": null,
      "shortcut_story_id": null,
      "shortcut_story_url": null,
      "shortcut_task_id": null,
      "shortcut_task_url": null,
      "trello_card_id": null,
      "trello_card_url": null,
      "linear_issue_id": null,
      "linear_issue_url": null,
      "zendesk_ticket_id": null,
      "zendesk_ticket_url": null,
      "motion_task_id": null,
      "motion_task_url": null,
      "clickup_task_id": null,
      "clickup_task_url": null,
      "airtable_base_key": null,
      "airtable_table_name": null,
      "airtable_record_id": null,
      "airtable_record_url": null,
      "freshservice_ticket_id": null,
      "freshservice_ticket_url": null,
      "freshservice_task_id": null,
      "freshservice_task_url": null,
      "url": "https://test.rootly.com/account/incidents/eos-et-nihil-fugiat#nav-action-items",
      "short_url": null,
      "created_by": {
        "data": {
          "id": "242",
          "type": "users",
          "attributes": {
            "name": "Eric Gerlach",
            "email": "[email protected]",
            "phone": null,
            "phone_2": null,
            "first_name": "Eric",
            "last_name": "Gerlach",
            "full_name": "Eric Gerlach",
            "full_name_with_team": "Eric Gerlach",
            "slack_id": null,
            "time_zone": "Etc/UTC",
            "updated_at": "2025-12-09T15:11:00.666-08:00",
            "created_at": "2025-12-09T15:11:00.666-08:00"
          },
          "relationships": {
            "email_addresses": {
              "data": [
                {
                  "id": "b492a979-3f5f-4fd5-8191-0120c60e7454",
                  "type": "user_email_addresses"
                }
              ]
            },
            "phone_numbers": {
              "data": []
            },
            "devices": {
              "data": []
            },
            "role": {
              "data": null
            },
            "on_call_role": {
              "data": null
            },
            "teams": {
              "data": []
            },
            "schedules": {
              "data": []
            },
            "notification_rules": {
              "data": [
                {
                  "id": "a92fd325-061d-4dca-8caf-844bc544d8bf",
                  "type": "user_notification_rules"
                },
                {
                  "id": "3e537cd4-2a19-4ca6-9001-d4a16f272316",
                  "type": "user_notification_rules"
                }
              ]
            }
          }
        }
      },
      "created_at": "2025-12-09T15:11:00.728-08:00",
      "updated_at": "2025-12-09T15:11:00.728-08:00",
      "summary": "shabby chic wolf locavore pickled twee poke. YOLO godard health goth pork belly cold-pressed swag"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

incident_action_item found

data
object
required