
Configuring Runrunit as a Source
In the Sources tab, click on the “Add source” button located on the top right of your screen. Then, select the Runrunit option from the list of connectors. Click Next and you’ll be prompted to add your access.1. Add account access
Connect using credentials from your Runrun.it workspace. See the API documentation for where to obtain an application key and user token. The following configurations are available:-
Application Key (
app_key): The application key associated with your Runrun.it workspace. -
User Token (
user_token): A user token for API calls. Ensure this user has access to the data you need to extract.
2. Select streams
Choose which data streams you want to sync. For faster extractions, select only the streams that are relevant to your analysis. You can select entire groups of streams or pick specific ones.Tip: The stream can be found more easily by typing its name.Select the streams and click Next.
3. Configure data streams
Customize how you want your data to appear in your catalog. Select the desired layer where the data will be placed, a folder to organize it inside the layer, a name for each table (which will effectively contain the fetched data) and the type of sync.- Layer: choose between the existing layers on your catalog. This is where you will find your new extracted tables as the extraction runs successfully.
- Folder: a folder can be created inside the selected layer to group all tables being created from this new data source.
- Table name: we suggest a name, but feel free to customize it. You have the option to add a prefix to all tables at once and make this process faster!
- Sync Type: you can choose between INCREMENTAL and FULL_TABLE.
- Incremental: every time the extraction happens, we’ll get only the new data - which is good if, for example, you want to keep every record ever fetched.
- Full table: every time the extraction happens, we’ll get the current state of the data - which is good if, for example, you don’t want to have deleted data in your catalog.
4. Configure data source
Describe your data source for easy identification within your organization, not exceeding 140 characters. To define your Trigger, consider how often you want data to be extracted from this source. This decision usually depends on how frequently you need the new table data updated (every day, once a week, or only at specific times). Optionally, you can define some additional settings:- Configure Delta Log Retention and determine for how long we should store old states of this table as it gets updated. Read more about this resource here.
- Determine when to execute an Additional Full Sync. This will complement the incremental data extractions, ensuring that your data is completely synchronized with your source every once in a while.
5. Check your new source
You can view your new source on the Sources page. If needed, manually trigger the source extraction by clicking on the arrow button. Once executed, your data will appear in your Catalog.Streams and Fields
Below you’ll find all available data streams from Runrunit and their corresponding fields:clients
clients
Clients (customers) in the workspace, including budget, time, and cost rollups.Key Fields:
id- Unique identifier for the clientname- Client namecustom_field- Custom field value for the clientis_visible- Whether the client is visible for useproject_ids- Identifiers of projects linked to the client
budgeted_hours_month,budgeted_cost_month- Monthly budgeted hours and costtime_worked,time_pending_not_assigned,time_pending_queued,time_pending,time_total,time_progress- Time tracking in seconds (and progress ratio)cost_worked,cost_pending,cost_total- Cost rollups
activities_0_days_agothroughactivities_6_days_ago,activities- Worked time today and over the prior six days
project_groups- Legacy project group records (id,name,client_id,is_default,created_at,updated_at)time_pending_backlog- Deprecated pending backlog time in seconds
projects
projects
Projects with schedule, board stage, task counts, and financial rollups.Key Fields:
id- Unique identifier for the projectname- Project nameclient_id- Associated client identifieris_closed,is_active- Lifecycle flagsstart_date,close_date,desired_date,estimated_delivery_date- Schedule fields (string dates where applicable)
project_group_id,project_sub_group_id- Group and subgroup identifiersproject_group_name,project_sub_group_name,project_group_is_default,project_sub_group_is_default- Denormalized group labelsclient_name- Denormalized client nameboard_stage_id,board_stage_name,board_stage_color- Current board stage
tasks_count,tasks_not_assigned_count,tasks_queued_count,tasks_working_on_count,tasks_closed_count,tasks_backlog_counttasks_count_progress- Ratio of completed taskstask_points_sum,task_points_progress, and point sums by status (task_points_not_assigned_sum, etc.)
time_worked,time_pending,time_pending_not_assigned,time_pending_queued,time_total,time_progresscost_worked,cost_pending,extra_costs,cost_total,cost_progress,budgeted_costoverdue,over_budget- Schedule and budget indicatorsactivities_0_days_agothroughactivities_7_days_ago,activities- Recent worked time in secondstime_pending_backlog- Deprecated
is_public,is_shared,sharing_details,use_new_permissionscreated_at- When the project was created
tasks
tasks
Tasks including board placement, estimates, assignments, subtasks, and custom fields. The tap requests all statuses (including closed) via
bypass_status_default.Key Fields:id,uid- Task identifierstitle- Task titlestate- Workflow state (for examplenot_assigned,working_on,queued,closed)is_closed,is_assigned,is_working_on,on_going,is_urgent,is_subtaskproject_id,client_id- Foreign keysuser_id- User who created the taskresponsible_id,responsible_name- Primary responsible usercreated_at- Creation timestamp
board_id,board_name,board_stage_id,board_stage_name,board_stage_description,board_stage_positiontype_id,type_name,type_color- Task typeteam_id,team_name- Team when unassigned to a personqueue_position- Position on the assignee listworkflow_id,task_state_id,task_state_name,task_status_id,task_status_name
desired_date,desired_date_with_time,desired_start_date,close_date,start_dateestimated_start_date,estimated_delivery_date,gantt_bar_start_date,gantt_bar_end_datecurrent_estimate_seconds,estimated_at,last_estimated_at,estimate_updated,estimated_delivery_date_updated,reestimate_countscheduled_start_time,is_scheduledstage_depart_estimated_at,board_remaining_timeparents_max_desired_date- Latest desired date among prerequisites
time_worked,time_pending,time_total,time_progress,current_worked_timeactivities_0_days_agothroughactivities_7_days_ago,activities
client_name,project_name,project_group_name,project_group_id,project_group_is_defaultproject_sub_group_name,project_sub_group_id,project_sub_group_is_defaultuser_name- Creator display name
parent_task_id,parent_task_title,subtask_ids,subtasks_count,subtasks_closed_count,subtasks_count_progressparent_ids,opened_parent_ids,child_ids- Prerequisite and dependent task identifiersall_subtasks_time_worked,all_subtasks_time_total,all_subtasks_time_progress,all_subtasks_times_updatingcurrent_level- Depth in the hierarchy
repetition_rule- Object withrrule_text,rrule_time,attributes_to_clone,board_stage_id,expected_next_occurrence_timerepetition_rule_id
assignments):- Per row:
id,task_id,assignee_id,assignee_name,team_id,team_name,queue_position,priority current_estimate_seconds,time_worked,estimated_start_date,estimate_updated,start_date,close_date,is_closed,reestimate_count,is_working_onautomatic_time_worked_updated_at,assignee_avatar_url,assignee_avatar_large_url,time_worked_not_persisted
evaluation_status,approved,current_evaluator_idevaluator_ids,pending_evaluator_ids,approved_evaluator_ids,rejected_evaluator_ids
tags_data- Array of{ name, color }tag_list,tags,task_tagscustom_fields- Array of{ id, name, label }(normalized from API maps or lists)form_id
is_shared,sharing_details,follower_ids
attachments_count,checklist_id,points,was_reopened,overduepriority- Deprecated; preferqueue_position
task_documents
task_documents
Files and documents attached to tasks. This stream is loaded after
tasks (one API request per task). Relate rows to tasks using replication metadata from the parent stream where present, or using attachable_id / attachable_type when the attachment targets a task.Key Fields:id- Document identifiertype- Record type classificationattachable_id,attachable_type,attachable_name- Resource the document is attached to
data_file_name,data_file_size,data_content_type- Underlying data file metadatafile_name,file_size,file_content_type,file_extension- Display file metadatathumbnail_file_name,preview_file_name- Preview assetsuploaded_at,transfered- Upload time and transfer completion flag
uploader_id,uploader_nameremote_id,remote_icon_url- Third-party storage identifiersis_shared,tags_data,has_approval_request,field_label,evaluations
dashboards
dashboards
User-owned dashboards.Key Fields:
id- Unique identifier for the dashboardname- Dashboard nameuser_id- Owner user identifier
users
users
Workspace users, roles, schedule, and preferences.Key Fields:
id- User identifier (string)name,email- Display name and emailavatar_url,avatar_large_url- Profile imagescost_hour- Hourly costcreated_at- Account creation time
is_master,is_manager,is_auditor- Role flagscan_create_client_project_and_task_types,can_create_boardsbudget_manager- May edit project extra costsis_eligible_to_access_reports,is_eligible_to_whatsapp
time_zone,position,on_vacation,birthday,phone,gender,marital_statusin_company_since,languageis_certified,is_certified_expert- Runrun.it certification flagsis_mensurable- RR Ratings participationteam_ids,led_team_ids- Team membership and leadershipdemanders_count,partners_count,has_all_users_as_partners,has_all_users_as_demanders
is_blocked_on_mobile,bypass_block_by_time_worked,blocked_by_time_worked_attime_tracking_mode- Deprecated; use enterprise setting
shifts):weekday,work_day,shift_start,lunch_start,lunch_end,shift_end,work_time
preferences):theme,task_list_background_image_url,skip_time_adjust_on_task_assignment_deliver,skip_move_task_to_next_board_stage_suggestion
preferences):theme,task_list_background_image_url,skip_time_adjust_on_task_assignment_deliverat root level
password_updated_at,password_expired_atshift_work_time_per_weekalt_id,oid- Internal identifiers
Data Model
The following diagram summarizes how streams relate for typical analysis. Join keys follow the field names exposed in each stream.Use Cases for Data Analysis
This section outlines a simple pattern for analyzing Runrunit task load by project. Adjust schema and table names to match your catalog (for example tables undernekt_raw with your chosen prefix).
1. Open tasks by project
Business Value:- See how much work is still open per project
- Prioritize projects with many unclosed tasks
SQL query
SQL query
- AWS
- GCP
Implementation Notes
Sync behavior
- Streams use full table replication in the tap (no
replication_key). Choosing INCREMENTAL vs FULL_TABLE in Nekt still controls how the platform merges updates into your catalog tables. task_documentsdepends ontasks; include both streams if you need attachments.
API access
- Ensure the User Token belongs to a user with permission to read clients, projects, tasks, users, and dashboards you expect in the extract.
- Large workspaces can require many requests for
tasksand especiallytask_documents; limit streams or sync frequency if needed.
Skills for agents
Download Runrunit skills file
Runrunit connector documentation as plain markdown, for use in AI agent contexts.