Get Timelines or Timeline templates
editGet Timelines or Timeline templates
editGet Timelines or Timeline templates.
Console supports only Elasticsearch APIs. Console doesn’t allow interactions with Kibana APIs. You must use curl
or another HTTP tool instead. For more information, refer to Run Elasticsearch API requests.
Request URL
editGET <kibana host>:<port>/api/timelines
Request params
editName | Type | Description | Required |
---|---|---|---|
|
Boolean |
Returns only favorite Timelines / Timeline templates if set to |
No |
|
Number |
Page number of the result |
No |
|
Number |
Items per page in result |
No |
|
String |
The key word of the Timelines / Timeline templates you are searching for |
No |
|
String |
The order you want the result to be arranged. Can be |
No |
|
String |
|
No |
|
String |
Can be |
No |
|
String |
Use the
|
No |
Example requests
editGet Timelines:
GET api/timelines?page_size=10&page_index=1&sort_field=updated&sort_order=desc&timeline_type=default