Retrieve a paginated list of prompt execution logs. Each log represents a prompt that was run, with its input, output, and metadata.
Your AgentMark API key. Create one in the dashboard under Settings > API Keys.
Example: Authorization: Bearer am_live_abc123
Your application ID. Found in the dashboard under Settings > General.
"app_abc123"
Maximum number of prompt logs to return.
1 <= x <= 200Number of prompt logs to skip for pagination.
x >= 0A list of prompt execution logs.