List Observables
Returns a paginated list of the observables. Note: The following permission is required:
INTHREAT_READ_OBSERVABLES
(dd62e001-60f5-464f-aa67-371ca9738e67).
External Documentation
To learn more, visit the Sekoia.io documentation.
Basic Parameters
Parameter | Description |
---|---|
Observable ID | Filter observables by their ID. |
Observable Name | Filter observables by their name. |
Observable Source | Filter observables by their source. |
Observable Type | Filter observables by their type. |
Observable Value | Filter observables by their value. |
Return All Pages | Automatically fetch all resources, page by page. |
Advanced Parameters
Parameter | Description |
---|---|
Limit | The number of items to return. The allowed range is 1-2000. Default value is 20 . |
Observable Hash | Filter observables by their hash. |
Observable Tag | Filter observables by their tag. |
Observable Valid Tag | Filter observables by their valid tag. |
Offset | The number of items to skip when paginating. The allowed range is 0-10000. |
Return Indicated Threats | Set to True if you would like to also retrieve indicated threats. |
Example Output
{
"items": [
{
"name": "string"
}
],
"has_more": true
}
Workflow Library Example
List Observables with Sekoiaio and Send Results Via Email
Preview this Workflow on desktop