curl --request GET \
--url https://api.wirespeed.co/team/log/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"teamId": "<string>",
"createdAt": "<string>",
"security": true,
"userId": "<string>",
"userEmail": "<string>",
"message": "<string>",
"identifier": "<string>",
"type": "<string>",
"status": "<string>",
"metadata": {}
}curl --request GET \
--url https://api.wirespeed.co/team/log/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"teamId": "<string>",
"createdAt": "<string>",
"security": true,
"userId": "<string>",
"userEmail": "<string>",
"message": "<string>",
"identifier": "<string>",
"type": "<string>",
"status": "<string>",
"metadata": {}
}Documentation Index
Fetch the complete documentation index at: https://docs.wirespeed.co/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
System log entry UUID
Unique identifier for the system log entry
ID of the team this log entry belongs to
Timestamp when the log entry was created
Whether this is a security-related log entry
ID of the user who performed the action
Email of the user who performed the action
Log message describing the action
Additional identifier for the log entry
Structured event category when set (legacy rows are null)
Outcome for typed events when set
Structured metadata (JSON) when set