Skip to main content
GET
/
team
/
log
/
{id}
Get a system log entry by id (current team)
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.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

System log entry UUID

Response

id
string
required

Unique identifier for the system log entry

teamId
string
required

ID of the team this log entry belongs to

createdAt
string
required

Timestamp when the log entry was created

security
boolean
required

Whether this is a security-related log entry

userId
string

ID of the user who performed the action

userEmail
string

Email of the user who performed the action

message
string

Log message describing the action

identifier
string

Additional identifier for the log entry

type
string

Structured event category when set (legacy rows are null)

status
string

Outcome for typed events when set

metadata
object

Structured metadata (JSON) when set