{ "opencollection": "1.0.0", "info": { "name": "Huntress API Reference Accounts Platform Actions API", "version": "1.0.0" }, "items": [ { "info": { "name": "Platform Actions", "type": "folder" }, "items": [ { "info": { "name": "List Platform Actions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/platform_actions", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Max number of resources returned in a paged collection. Defaults to 10, with a minimum of 1 and maximum 500." }, { "name": "page_token", "value": "", "type": "query", "description": "Token used to request the next page in paginated results. Defaults to 'null'" }, { "name": "sort_field", "value": "", "type": "query", "description": "Field to sort by. Defaults to 'id'." }, { "name": "sort_direction", "value": "", "type": "query", "description": "Sort direction. Defaults to 'desc'." }, { "name": "status", "value": "", "type": "query", "description": "Filter by status." }, { "name": "severity", "value": "", "type": "query", "description": "Filter by severity." }, { "name": "subtype", "value": "", "type": "query", "description": "Filter by subtype." }, { "name": "organization_id", "value": "", "type": "query", "description": "Filter by organization ID." } ] }, "docs": "Shows Platform Actions associated with your account.\nAdditional details for a specific platform action can be obtained by using the **GET Platform Action** endpoint.\n\nPlatform Actions are operational issues that prevent Huntress from fully monitoring or protecting your environment. They notify account administrators of configuration or health problems that require their attention. Common examples include:\n - The Huntress security platform is unable to send incident reports to your PSA system and" }, { "info": { "name": "Get Platform Action", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/platform_actions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Platform Action ID within Huntress Account" } ] }, "docs": "Shows details on a single Platform Action associated with your account." } ] } ], "bundled": true }