logs

Retrieve and analyze TrueFoundry application and job logs with filtering.

2|1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/passionseed/ps_app --skill logs-passionseed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: logs
Source: https://github.com/passionseed/ps_app/tree/main/.agents/skills/truefoundry-logs
Command: npx skills add https://github.com/passionseed/ps_app --skill logs-passionseed

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Logs from TrueFoundry deployments can be large, scattered, and hard to search manually. This skill provides quick access to relevant logs, enabling fast debugging and monitoring.

Core Features & Use Cases

  • View, download, and search application and job logs from TrueFoundry.
  • Filter by time range and pod name to narrow down issues during deployments.
  • Use cases include debugging startup errors, tracing failures, and monitoring ongoing jobs.

Quick Start

Run the API to retrieve logs for a specific workspace and application within a defined time range.

Frequently Asked Questions about logs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search and filter TrueFoundry application logs to debug deployment failures?

You can filter TrueFoundry logs by specifying a workspace, application, time range, and pod name to search for deployment errors. This skill retrieves and analyzes logs from multiple applications to help diagnose issues fast.

Can I download logs from a specific TrueFoundry workspace and application?

Yes, you can download logs from a specific TrueFoundry workspace and application. The skill allows you to retrieve and export logs across multiple applications within a workspace for offline debugging or auditing purposes.

How do I monitor TrueFoundry job logs within a specific time range?

You can monitor TrueFoundry job logs by using the time-range filtering feature to retrieve records from a defined period. This helps trace failures and monitor ongoing jobs by focusing only on the relevant timeframe.

Do I need API credentials to retrieve logs from a TrueFoundry instance?

Yes, you need API access credentials and a TrueFoundry instance to retrieve logs. The skill implementation uses a TFY API helper script to securely query your deployments without exposing sensitive data.

What is the best way to view logs from multiple TrueFoundry pods simultaneously?

The best way to view logs from multiple pods is by operating across a workspace and multiple applications. You can apply pod filtering to narrow down the output and diagnose specific deployment issues effectively.

Are there limitations when searching for logs across multiple TrueFoundry applications?

The skill includes safeguards to prevent sharing sensitive data during log searches. While it operates across multiple applications and workspaces, you must ensure your time-range and pod filters are precise to avoid retrieving large, unmanageable log volumes.