Skip to main content
Get View Folder service
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/3/data-exploration/saved-views/v1/folders/{id} \
  --header 'Authorization: <api-key>'
{
  "name": "My Folder",
  "id": "3dc02998-0b50-4ea8-b68a-4779d716fa1f"
}

Documentation Index

Fetch the complete documentation index at: https://docs.coralogix.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

id
string
required

Unique identifier for folders

Required string length: 36
Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
Example:

"3dc02998-0b50-4ea8-b68a-4779d716fa1f"

Response

200 - application/json

View folder.

name
string
required

Folder name

Minimum string length: 1
Example:

"My Folder"

id
string

Unique identifier for folders

Required string length: 36
Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
Example:

"3dc02998-0b50-4ea8-b68a-4779d716fa1f"