External DocumentationTo learn more, visit the Datadog documentation.
Actions
Update Incident Timeline
Updates incident timeline.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Incident ID | The ID of the incident. |
| Message | The message to add to the incident’s timeline. |
{
"data": {
"type": "<string>",
"id": "<string>",
"attributes": {
"created": "2025-04-02T05:15:59.080130+00:00",
"modified": "2025-04-02T05:15:59.080130+00:00",
"deleted": null,
"display_time": "2025-04-02T05:15:59.091382+00:00",
"creation_idempotency_key": null,
"cell_type": "<string>",
"content": {
"content": "<string>",
"current_state": "<string>"
},
"source": "<string>",
"last_modified_by": {
"data": {
"type": "<string>",
"id": "<string>",
"attributes": {
"uuid": "<string>",
"handle": "<string>",
"email": "<string>",
"name": null,
"icon": "<string>"
}
}
},
"last_modified_by_uuid": null,
"created_by": {
"data": {
"type": "<string>",
"id": "<string>",
"attributes": {
"uuid": "<string>",
"handle": "<string>",
"email": "<string>",
"name": null,
"icon": "<string>"
}
}
},
"created_by_uuid": null,
"important": false,
"thread_summary": null,
"parent_uuid": null
},
"relationships": {
"created_by_user": {
"data": {
"type": "<string>",
"id": "<string>"
}
},
"last_modified_by_user": {
"data": {
"type": "<string>",
"id": "<string>"
}
}
}
}
}
Was this page helpful?