{ "opencollection": "1.0.0", "info": { "name": "Samsara Incidents API", "version": "2024-11-18" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Incidents", "type": "folder" }, "items": [ { "info": { "name": "Get Alert Incidents.", "type": "http" }, "http": { "method": "GET", "url": "https://api.samsara.com/alerts/incidents/stream", "params": [ { "name": "startTime", "value": "", "type": "query", "description": "Required RFC 3339 timestamp that indicates when to begin receiving data. This will be based on updatedAtTime." }, { "name": "configurationIds", "value": "", "type": "query", "description": "Required array of alert configuration ids to return incident data for." }, { "name": "endTime", "value": "", "type": "query", "description": "Optional RFC 3339 timestamp to stop receiving data. Defaults to now if not provided. This will be based on updatedAtTime." }, { "name": "after", "value": "", "type": "query", "description": " If specified, this should be the endCursor value from the previous page of results. When present, this request will return the next page of results that occur immediately after the previous page of results." } ] }, "docs": "Get Alert Incidents for specific Alert Configurations over a specified period of time.\n\n Rate limit: 10 requests/sec (learn more about rate limits here).\n\nTo use this endpoint, select **Read Alerts** under the Alerts category when creating or editing an API token. Learn More.\n \n\n **Submit Feedback**: Likes, dis" } ] } ], "bundled": true }