ReadOnly role or higher.
External DocumentationTo learn more, visit the Halcyon documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ReadOnly role or higher.
| Parameter | Description |
|---|---|
| Alert ID | The ID of the alert to list artifacts for. Can be obtained by using the List Alerts action. |
| Page | The page number of the results to retrieve. |
| Page Size | Select the number of results to return per page. |
| Return All Pages | Automatically fetch all resources, page by page. |
| Sort By | Select the field to sort the results by. Defaults to Sha256 if available, otherwise IpAddress or Uri. |
| Sort Order | Select the order of the sorted results. |
{
"items": [
{
"kind": "Certificate",
"thumbprint": "string"
}
],
"pagination": {
"currentPage": 0,
"nextPage": 0,
"previousPage": 0,
"totalItems": 0,
"totalPages": 0
}
}
Was this page helpful?