servers
List runtime logs
Fetch recent runtime logs grouped by invocation.
GET
JavaScript
Documentation Index
Fetch the complete documentation index at: https://smithery.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Smithery API key as Bearer token
Path Parameters
The server's qualified name (e.g. 'namespace/server' or 'namespace' for namespace-only servers). Use %2F to encode the slash.
Query Parameters
Start of time range (ISO 8601).
Example:
"2026-01-01T00:00:00Z"
End of time range (ISO 8601).
Example:
"2026-01-01T01:00:00Z"
Max invocations to return. Defaults to 20.
Required range:
1 <= x <= 100Example:
20
Text search across log messages.
Example:
"error"
Previous
Get server iconRetrieve the server's icon image. Returns the image directly with appropriate content type.
Next
JavaScript