cases:view.
External DocumentationTo learn more, visit the Artemis documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cases:view.
| Parameter | Description |
|---|---|
| Case ID | The ID of the case to retrieve activities for. |
| Cursor | The cursor used for pagination. Obtain this value from the next_cursor field in a previous response. |
| Limit | The maximum case activities retrieved in a single execution. The valid range is 1-100. |
| Return All Pages | Automatically fetch all resources, page by page. |
{
"data": [
{
"id": "act-7d3e1f",
"activity_type": "case.status_changed",
"actor_type": "user",
"actor_name": "Jane Analyst",
"actor_email": "jane@example.com",
"description": "Status changed from open to closed",
"payload": {
"old_status": "open",
"new_status": "closed"
},
"created_at": "2026-06-10T15:04:05Z"
}
],
"next_cursor": "eyJhZnRlciI6ImFjdC03ZDNlMWYifQ",
"has_more": true
}
Was this page helpful?