Skip to main content
Glama

list_job_executions

Access execution history and performance metrics of scheduled notebook jobs using job ID. Track status, start/end times, and execution details for improved job monitoring and analysis.

Instructions

Retrieve execution history and performance metrics for a scheduled notebook job. Returns: - executions: Array of execution records containing: - executionID: Unique identifier for the execution - executionNumber: Sequential number of the run - jobID: Parent job identifier - status: Current state (Scheduled, Running, Completed, Failed) - startedAt: Execution start time (ISO 8601) - finishedAt: Execution end time (ISO 8601) - scheduledStartTime: Planned start time - snapshotNotebookPath: Backup notebook path if enabled Args: job_id: UUID of the scheduled job start: First execution number to retrieve (default: 1) end: Last execution number to retrieve (default: 10) Returns: Dictionary with execution records

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ctxNo
endYes
job_idYes
startYes

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/singlestore-labs/mcp-server-singlestore'

If you have feedback or need assistance with the MCP directory API, please join our Discord server