Get log
Fetch a single Markifact operation log by ID.
Endpoint
Path Parameters
Example Request
Response
Errors
404 for an aged-out log includes the window in the response so you can tell it apart from a genuinely unknown ID:
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The log ID.
Response
Log returned.
Log ID.
Markifact operation that ran.
"gads_get_campaigns"
success, error, skipped, stop, start Start time in Unix seconds.
1784874174
Whether the result came from cache instead of the provider.
Extra context. Keys depend on the source: node_id, node_label, and retry_attempts for workflows, tool_name for MCP.
Completion time in Unix seconds. Null while the operation is still running.
Input the operation ran with. Shape depends on the operation.
Result the operation returned, or the error payload when status is error. Shape depends on the operation.

