TheDocumentation Index
Fetch the complete documentation index at: https://docs.iblueprint.ai/llms.txt
Use this file to discover all available pages before exploring further.
execution.getExecutionLogs procedure returns the history of past execution runs for a single blueprint, most recent first. Each log record includes rich metadata about how nodes ran: tokens consumed, which AI providers were used, whether external data sources or MCP servers were contacted, and a summary of any errors. Use this data for auditing, debugging, and billing analysis.
Request
Procedure type: query (HTTPGET)
Endpoint:
Parameters
A URL-encoded JSON object with a
json key containing the parameters below.UUID of the blueprint whose logs you want to retrieve.
Maximum number of log records to return. Defaults to
20.Number of records to skip before returning results, for pagination. Defaults to
0.Response
Array of execution log records, ordered by
createdAt descending.Number of records returned in this response (not the total across all pages).
Example
Sample response
Cross-blueprint logs
To fetch logs across all blueprints for your account (or organization), useexecution.listRecentExecutions instead. It accepts limit, offset, and an optional organizationId filter, and returns the same log record shape.
