GET /accounts/{account_id}/cloudforce-one/events/tags/{tag_uuid}/indicators
Returns indicators associated with the provided tag UUID, with pagination. By default fans out across every indicator dataset the account can read; pass datasetIds to scope to specific datasets.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
account_id |
String | Yes |
Account ID. |
tag_uuid |
String | Yes |
Tag UUID. |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
datasetIds[] |
Array | No |
Dataset UUIDs to scope to (repeat the param for multiple), or 'all' / '*' for every readable indicator dataset. Omit to search all readable datasets. |
page |
Number | No | |
relatedEvent[] |
Array | No |
Filter indicators by related event UUID(s). Multiple UUIDs can be provided by repeating the parameter. |
indicatorType |
String | No | |
search[] |
Array | No |
Structured search as a JSON array of {field, op, value} objects. Searchable fields: value, indicatorType. Multiple conditions are AND'd together. Max 10 conditions per request. |
pageSize |
Number | No |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.