GET https://agent.ws-thiele.de/api/agent-runs/01a0bf99-2cda-7932-97ed-69bba52a497f/logs?after=0&limit=1000

Query Metrics

6 Database Queries
6 Different statements
19.87 ms Query time
0 Invalid entities
8 Managed entities

Queries

Group similar statements

# Time Info
1 3.53 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.display_name AS display_name_3, t0.password AS password_4, t0.roles AS roles_5, t0.active AS active_6, t0.last_login_at AS last_login_at_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM users t0 WHERE t0.id = ?
Parameters:
[
  "01a0bf09-6ed6-700d-8571-9d4f693ac070"
]
2 5.24 ms
SELECT t0.id AS id_1, t0.agent_name_snapshot AS agent_name_snapshot_2, t0.agent_type_snapshot AS agent_type_snapshot_3, t0.agent_executable_snapshot AS agent_executable_snapshot_4, t0.agent_default_arguments_snapshot AS agent_default_arguments_snapshot_5, t0.agent_max_runtime_seconds_snapshot AS agent_max_runtime_seconds_snapshot_6, t0.preferred_runner_id_snapshot AS preferred_runner_id_snapshot_7, t0.type AS type_8, t0.status AS status_9, t0.prompt_snapshot AS prompt_snapshot_10, t0.agents_markdown_snapshot AS agents_markdown_snapshot_11, t0.claude_markdown_snapshot AS claude_markdown_snapshot_12, t0.prompt_template_version_id AS prompt_template_version_id_13, t0.project_instruction_version_id AS project_instruction_version_id_14, t0.working_directory AS working_directory_15, t0.branch AS branch_16, t0.base_commit_hash AS base_commit_hash_17, t0.commit_hash AS commit_hash_18, t0.result AS result_19, t0.error AS error_20, t0.exit_code AS exit_code_21, t0.claimed_at AS claimed_at_22, t0.lease_expires_at AS lease_expires_at_23, t0.started_at AS started_at_24, t0.finished_at AS finished_at_25, t0.cancel_requested_at AS cancel_requested_at_26, t0.created_at AS created_at_27, t0.updated_at AS updated_at_28, t0.feature_id AS feature_id_29, t0.agent_profile_id AS agent_profile_id_30, t0.runner_id AS runner_id_31 FROM agent_runs t0 WHERE t0.id = ?
Parameters:
[
  "01a0bf99-2cda-7932-97ed-69bba52a497f"
]
3 4.03 ms
SELECT t0.id AS id_1, t0.number AS number_2, t0.title AS title_3, t0.description AS description_4, t0.technical_description AS technical_description_5, t0.acceptance_criteria AS acceptance_criteria_6, t0.priority AS priority_7, t0.status AS status_8, t0.base_branch AS base_branch_9, t0.feature_branch AS feature_branch_10, t0.tags AS tags_11, t0.merge_approved_at AS merge_approved_at_12, t0.version AS version_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15, t0.project_id AS project_id_16, t0.repository_id AS repository_id_17, t0.implementation_agent_id AS implementation_agent_id_18, t0.review_agent_id AS review_agent_id_19, t0.assignee_id AS assignee_id_20, t0.created_by_id AS created_by_id_21, t0.merge_approved_by_id AS merge_approved_by_id_22 FROM features t0 WHERE t0.id = ?
Parameters:
[
  "01a0bf81-b9df-7f84-8407-07a9637b4474"
]
4 2.42 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.feature_key_prefix AS feature_key_prefix_5, t0.last_feature_number AS last_feature_number_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.instructions_general AS instructions_general_9, t0.instructions_architecture AS instructions_architecture_10, t0.instructions_coding_standards AS instructions_coding_standards_11, t0.instructions_testing_rules AS instructions_testing_rules_12, t0.instructions_git_rules AS instructions_git_rules_13, t0.instructions_security_rules AS instructions_security_rules_14, t0.instructions_documentation AS instructions_documentation_15, t0.settings_require_human_merge_approval AS settings_require_human_merge_approval_16, t0.settings_prevent_self_review AS settings_prevent_self_review_17 FROM projects t0 WHERE t0.id = ?
Parameters:
[
  "01a0bf6e-7534-7811-95ba-5a03539ef3c8"
]
5 1.38 ms
SELECT t0.id AS id_1, t0.role AS role_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.project_id AS project_id_5, t0.user_id AS user_id_6 FROM project_members t0 WHERE t0.project_id = ?
Parameters:
[
  "01a0bf6e-7534-7811-95ba-5a03539ef3c8"
]
6 3.27 ms
SELECT a0_.id AS id_0, a0_.sequence_number AS sequence_number_1, a0_.stream AS stream_2, a0_.message AS message_3, a0_.occurred_at AS occurred_at_4, a0_.run_id AS run_id_5 FROM agent_run_logs a0_ WHERE a0_.run_id = ? AND a0_.sequence_number > ? ORDER BY a0_.sequence_number ASC LIMIT 1000
Parameters:
[
  Symfony\Component\Uid\UuidV7 {#1090
    __toString(): "01a0bf99-2cda-7932-97ed-69bba52a497f"
  }
  0
]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

default entity manager

Class Amount of managed objects
App\Agent\Domain\AgentProfile 2
App\User\Domain\User 1
App\Execution\Domain\AgentRun 1
App\Feature\Domain\Feature 1
App\Project\Domain\Project 1
App\Repository\Domain\GitRepository 1
App\Project\Domain\ProjectMember 1