truefoundry-logs

View, download, and search TrueFoundry application and job logs.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/truefoundry/tfy-deploy-skills --skill truefoundry-logs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: truefoundry-logs
Source: https://github.com/truefoundry/tfy-deploy-skills/tree/main/skills/logs
Command: npx skills add https://github.com/truefoundry/tfy-deploy-skills --skill truefoundry-logs

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Debugging deployments often requires accessing and correlating logs across apps and jobs. This skill enables viewing, downloading, and searching logs from TrueFoundry to quickly diagnose failures.

Core Features & Use Cases

  • View recent application and job logs across workspaces
  • Download logs for offline analysis and audit trails
  • Search logs with keywords, time ranges, and pod filters for targeted debugging
  • Use Case: When a deployment fails to start, fetch a time-bounded log snapshot and filter by the failing pod to identify the root cause.

Quick Start

Fetch logs for a workspace within a given time window.

Frequently Asked Questions about truefoundry-logs

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

FAQPage Schema
How do I search application logs in TrueFoundry to diagnose a failed deployment?

To search application logs for deployment diagnosis in TrueFoundry, use this skill to fetch time-bounded log snapshots and filter by specific failing pods. It applies across workspaces and deployments to help identify root causes.

Can I download TrueFoundry job logs for offline analysis?

Yes, you can download TrueFoundry job logs for offline analysis and audit trails. This skill retrieves application and job logs across workspaces, enabling you to save them locally for further debugging.

How do I filter workspace logs by a specific time range and pod?

You can filter workspace logs by configuring time-range and pod-filtering parameters within your search query. This allows targeted debugging by isolating logs from specific pods during exact failure windows.

Do I need curl and Bash to retrieve TrueFoundry logs?

Yes, retrieving TrueFoundry logs requires Bash and curl because the skill uses the tfy-api.sh helper script for REST API calls. You also need active access to a TrueFoundry instance.

What is the best way to view recent application logs across multiple TrueFoundry workspaces?

The best way to view recent application logs across multiple TrueFoundry workspaces is using this skill's workspace-level querying capability. It correlates logs from apps and jobs to quickly diagnose failures.