{
  "agents": [
    {
      "id": "test-agent-1",
      "graph_id": "test-agent-1",
      "graph_version": 1,
      "image_url": null,
      "creator_name": "Test Creator",
      "creator_image_url": "",
      "status": "COMPLETED",
      "created_at": "2023-01-01T00:00:00",
      "updated_at": "2023-01-01T00:00:00",
      "name": "Test Agent 1",
      "description": "Test Description 1",
      "instructions": null,
      "input_schema": {
        "type": "object",
        "properties": {}
      },
      "output_schema": {
        "type": "object",
        "properties": {}
      },
      "credentials_input_schema": {
        "type": "object",
        "properties": {}
      },
      "has_external_trigger": false,
      "has_human_in_the_loop": false,
      "has_sensitive_action": false,
      "trigger_setup_info": null,
      "new_output": false,
      "execution_count": 0,
      "success_rate": null,
      "avg_correctness_score": null,
      "recent_executions": [],
      "can_access_graph": true,
      "is_latest_version": true,
      "is_favorite": false,
      "folder_id": null,
      "folder_name": null,
      "is_hidden": false,
      "recommended_schedule_cron": null,
      "is_scheduled": false,
      "next_scheduled_run": null,
      "settings": {
        "human_in_the_loop_safe_mode": true,
        "sensitive_action_safe_mode": false,
        "builder_chat_session_id": null
      },
      "marketplace_listing": null
    },
    {
      "id": "test-agent-2",
      "graph_id": "test-agent-2",
      "graph_version": 1,
      "image_url": null,
      "creator_name": "Test Creator",
      "creator_image_url": "",
      "status": "COMPLETED",
      "created_at": "2023-01-01T00:00:00",
      "updated_at": "2023-01-01T00:00:00",
      "name": "Test Agent 2",
      "description": "Test Description 2",
      "instructions": null,
      "input_schema": {
        "type": "object",
        "properties": {}
      },
      "output_schema": {
        "type": "object",
        "properties": {}
      },
      "credentials_input_schema": {
        "type": "object",
        "properties": {}
      },
      "has_external_trigger": false,
      "has_human_in_the_loop": false,
      "has_sensitive_action": false,
      "trigger_setup_info": null,
      "new_output": false,
      "execution_count": 0,
      "success_rate": null,
      "avg_correctness_score": null,
      "recent_executions": [],
      "can_access_graph": false,
      "is_latest_version": true,
      "is_favorite": false,
      "folder_id": null,
      "folder_name": null,
      "is_hidden": false,
      "recommended_schedule_cron": null,
      "is_scheduled": false,
      "next_scheduled_run": null,
      "settings": {
        "human_in_the_loop_safe_mode": true,
        "sensitive_action_safe_mode": false,
        "builder_chat_session_id": null
      },
      "marketplace_listing": null
    }
  ],
  "pagination": {
    "total_items": 2,
    "total_pages": 1,
    "current_page": 1,
    "page_size": 50
  }
}