Skip to main content
GET
/
v3
/
logs
/
{traceId}
Get Log by Trace ID
curl --request GET \
  --url https://api.fivemanage.com/api/v3/logs/{traceId} \
  --header 'Authorization: <api-key>'
{
  "data": {
    "body": "<string>",
    "level": "<string>",
    "metadata": {},
    "parentId": "<string>",
    "resource": "<string>",
    "timestamp": "<string>",
    "traceId": "<string>"
  },
  "status": "<string>"
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

Path Parameters

traceId
string
required

Trace ID of the log entry

Query Parameters

dataset
string

Dataset name (alternative to X-Fivemanage-Dataset header)

Response

OK

data
object
status
string