Skip to main content
Feedback

Monday walkthrough

info

Monday API version 2025-01 is currently supported.

Connection

Ensure you have a Monday connection set up in Data Integration. If you do not have one, refer to the Monday connection topic to create or edit a connection.

Getting data from Monday into Data Integration

  1. Select a Monday connection Navigate to the Source Details section and select the desired Monday connection. You can modify an existing connection or create a new one by clicking Edit or Create New Connection.

  2. Choose a report In the Report section, select the report from which you want to retrieve data.

    Available filters by report

    • Boards: Filter by board, board kind, board state.
    • Items: Filter by board.
    • Tags: Filter by tags.
    • Teams: Filter by teams.
    • Users: Filter by users, user kind.
    • Activity Logs: Filter by board.
  3. Apply filters (Optional):
    Each report supports specific filters that can refine the data you retrieve. If you leave the filters empty, all data relevant to the report is retrieved.

Reports overview

Boards report

Retrieves data for all selected boards in the "Source" tab.

note

The Board report contains Item data, but the Monday API returns only 1,000 items per board in this pull.

If you need more items for a specific board, use the Items report and apply the relevant board filter.

Items report

Returns a record for each item in the selected boards.

Tags report

Tags are used to group items across different groups or boards by a consistent keyword. This report returns reference data for each tag, including ID, name, and color.

Teams report

Teams reports are efficient for managing groups of users in Monday. This report returns one record per team.

Users report

Returns reference data at the user level.

note

The Users endpoint does not support pagination. Use filters to narrow down the result set.

Activity logs report

Activity logs capture all activities performed on a board, such as status changes, item additions, or comments. This report returns data at the activity level for a board.

Recommendation: Filter this report to specific boards to reduce processing time, especially when dealing with large accounts.

Important

Data Integration does not currently support performing GraphQL joins within Monday.com. To obtain both board and item data, you must handle them separately using the relevant reports.

On this Page