List logs
List the operation logs your Markifact team has produced across workflows, MCP servers, and agents.
Endpoint
Query Parameters
Example Request
Response
Pagination
Readnext_cursor from the response and pass it back as cursor to get the next page. When has_more is false, next_cursor is null and you have reached the end.
Log Object
Source Object
Reconstructing a Workflow Run
A workflow writes one log per node, all sharing asource_run_id. To pull a whole run in order, filter by it:
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Only return logs from this source. Omit for all sources.
mcp, agent, workflow Only return logs with this status.
success, error, skipped, stop, start Exact operation ID to filter by.
"gads_get_campaigns"
Only return logs from one MCP server, agent conversation, or workflow.
Only return logs from a single workflow run.
Only return logs started at or after this Unix second. Cannot reach past your plan's history window.
x >= 0Only return logs started at or before this Unix second.
x >= 0Logs per page.
1 <= x <= 100The next_cursor from the previous page. Keep every other filter unchanged while paging.

