Application Programming Interface
Here are some quick links to get you started using LogScale's API:
Everything you can do in LogScale's UI can be done through our HTTP API as well. In fact, the UI is constructed using solely the public API.
REST and GraphQL
LogScale has a mixture of GraphQL and REST endpoints. You can read about the motivation behind using GraphQL, as well as an introduction to GraphQL if you are not familiar with the technology.
Note
Some of the REST endpoints described above are deprecated. We strongly encourage you to use the corresponding GraphQL queries and mutations instead. See the reference page on GraphQL for more information.