v1
latestOpenAPI 3.0.22026-07-144652931.4 MBSRE Agent
List SRE Agent memories
Search SRE Agent memories for the account.
Memories are knowledge learned by the SRE Agent, including service runbooks, service profiles, incident playbooks, and incident summaries. Filter by service ID, incident ID, or memory type to retrieve relevant memories.
Scoped OAuth requires: incident.read
get/sre_agent/memories
Query parameters
limitinteger
The number of results to return per page.
service_idstring
Filter memories by service ID
incident_idstring
Filter memories by incident ID
type'runbook' | 'service_profile' | 'incident_playbook'
Filter memories by type
Headers
Acceptstring required
The Accept header is used as a versioning header.
Content-Type'application/json' required
Response
An array of SRE Agent memories.
Example response
{
"memories": [
{
"attributes": {
"incident_id": "PX9LMN2",
"service_id": "PJYY37U",
"memory_type": "incident_summary"
},
"content": "Restarting the cache service resolved timeout errors on the payment service during the 2026-02-24 incident",
"created_at": "2026-02-24T17:15:42.123Z",
"id": "PM4QR2T",
"type": "sre_memory",
"updated_at": "2026-02-24T17:15:42.123Z"
}
]
}