> ## Documentation Index
> Fetch the complete documentation index at: https://docs.supermetrics.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List transfer runs

> Retrieve a paginated, filterable list of transfer runs for a specific transfer.
Supports date range filtering, issue filtering, sorting, and pagination.

**Returns:** Array of transfer run objects.

**Important Notes:**
- Requires scope `dwh_transfers_read`
- Your account must have `dwh.transfer.view` permission. See [roles and permissions](https://docs.supermetrics.com/docs/about-supermetrics-teams-and-user-roles#user-roles).
- The transfer must exist and belong to your team
- Start date and end date are required parameters
- Results are paginated (default limit: 100, max: 10000)


## OpenAPI

````json GET /teams/{team_id}/transfers/{transfer_id}/runs
{
  "openapi": "3.0.3",
  "info": {
    "title": "Management API Reference",
    "version": "2.0.0",
    "description": "API Documentation for the Supermetrics Management API. For more information, visit https://supermetrics.com.",
    "termsOfService": "https://supermetrics.com/terms-of-service",
    "contact": {
      "name": "Supermetrics Suppot",
      "email": "support@supermetrics.com",
      "url": "https://supermetrics.com/support"
    },
    "license": {
      "name": "Apache 2.0",
      "url": "https://www.apache.org/licenses/LICENSE-2.0.html"
    },
    "x-api-id": "sm-management-api",
    "x-audience": "public"
  },
  "servers": [
    {
      "url": "https://api.supermetrics.com/v2",
      "description": "Global production public Supermetrics Management API base path.",
      "x-internal": "false"
    },
    {
      "url": "https://api.supermetrics.com",
      "description": "Global production public Supermetrics API base path (for Connector Builder and Team endpoints).",
      "x-internal": "false"
    }
  ],
  "tags": [
    {
      "name": "API Keys",
      "description": "Manage API keys to access Supermetrics API"
    },
    {
      "name": "Data Source Logins",
      "description": "Access your data source authentications"
    },
    {
      "name": "Data Source Login Links",
      "description": "Create single-use data source login links"
    },
    {
      "name": "Saved Queries",
      "description": "Manage queries saved in Query Manager"
    },
    {
      "name": "Table Groups",
      "description": "Manage your team's table groups"
    },
    {
      "name": "Team Lists",
      "description": "Manage centralized team lists for your queries"
    },
    {
      "name": "Team Settings",
      "description": "Configure general settings for your team"
    },
    {
      "name": "Data Transfers",
      "description": "Create, configure, and manage Data Warehouse transfers"
    },
    {
      "name": "Transfer Runs",
      "description": "Monitor execution history of Data Warehouse transfers"
    },
    {
      "name": "Data Backfills",
      "description": "Manage historical data backfills for your Data Warehouse transfers"
    },
    {
      "name": "Data Destinations",
      "description": "Create, configure, and manage Data Warehouse destinations"
    },
    {
      "name": "Data Source Connections",
      "description": "Create and manage data source connections for Data Warehouse transfers"
    },
    {
      "name": "Data Blending",
      "description": "Create and manage Data Blending"
    },
    {
      "name": "Custom Fields",
      "description": "Create and manage Custom Fields"
    },
    {
      "name": "Connectors",
      "description": "Create and manage custom connectors"
    },
    {
      "name": "Connector Secrets",
      "description": "Manage encrypted secrets for connectors"
    },
    {
      "name": "Connector Logs",
      "description": "Access connector execution logs"
    },
    {
      "name": "Connector Logo",
      "description": "Manage connector logos"
    },
    {
      "name": "Connector Schema",
      "description": "Retrieve connector configuration schemas"
    },
    {
      "name": "Datasource",
      "description": "Retrieve datasource configuration details"
    }
  ],
  "externalDocs": {
    "description": "Find out more about Supermetrics Management API",
    "url": "https://docs.supermetrics.com/apidocs/management-api"
  },
  "paths": {
    "/teams/{team_id}/transfers/{transfer_id}/runs": {
      "servers": [
        {
          "url": "https://dts-api.supermetrics.com/v1",
          "description": "Transfer Runs API"
        }
      ],
      "get": {
        "summary": "List transfer runs",
        "description": "Retrieve a paginated, filterable list of transfer runs for a specific transfer.\nSupports date range filtering, issue filtering, sorting, and pagination.\n\n**Returns:** Array of transfer run objects.\n\n**Important Notes:**\n- Requires scope `dwh_transfers_read`\n- Your account must have `dwh.transfer.view` permission. See [roles and permissions](https://docs.supermetrics.com/docs/about-supermetrics-teams-and-user-roles#user-roles).\n- The transfer must exist and belong to your team\n- Start date and end date are required parameters\n- Results are paginated (default limit: 100, max: 10000)\n",
        "operationId": "listTransferRuns",
        "tags": [
          "Transfer Runs"
        ],
        "security": [
          {
            "BearerAuth": []
          }
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/TeamId"
          },
          {
            "$ref": "#/components/parameters/DwhTransferId"
          },
          {
            "$ref": "#/components/parameters/DwhStartDate"
          },
          {
            "$ref": "#/components/parameters/DwhEndDate"
          },
          {
            "$ref": "#/components/parameters/DwhFilterIssuesOnly"
          },
          {
            "$ref": "#/components/parameters/DwhSortField"
          },
          {
            "$ref": "#/components/parameters/DwhSortDirection"
          },
          {
            "$ref": "#/components/parameters/DwhLimit"
          },
          {
            "$ref": "#/components/parameters/DwhOffset"
          }
        ],
        "responses": {
          "200": {
            "description": "Transfer runs retrieved successfully",
            "headers": {
              "Access-Control-Allow-Origin": {
                "$ref": "#/components/headers/Access-Control-Allow-Origin"
              }
            },
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TransferRunListResponse"
                },
                "examples": {
                  "multipleRuns": {
                    "summary": "Multiple transfer runs",
                    "value": {
                      "meta": {
                        "request_id": "01892A4D-7586-7000-8000-000000000000"
                      },
                      "data": [
                        {
                          "id": "12345",
                          "status": "COMPLETED",
                          "created_time": "2024-01-15T09:55:00Z",
                          "ended_time": "2024-01-15T10:05:30Z",
                          "type": "Recurring",
                          "total_duration": "330.5",
                          "total_rows": "4500",
                          "data_date": "2024-01-15",
                          "message": ""
                        },
                        {
                          "id": "12344",
                          "status": "FAILED",
                          "created_time": "2024-01-14T09:55:00Z",
                          "ended_time": "2024-01-14T10:02:00Z",
                          "type": "Recurring",
                          "total_duration": "420",
                          "total_rows": "0",
                          "data_date": "2024-01-14",
                          "message": "Connection timeout to data source"
                        },
                        {
                          "id": "12343",
                          "status": "COMPLETED",
                          "created_time": "2024-01-13T14:00:00Z",
                          "ended_time": "2024-01-13T14:08:15Z",
                          "type": "Backfill",
                          "total_duration": "495",
                          "total_rows": "8200",
                          "data_date": "2024-01-13",
                          "message": ""
                        }
                      ]
                    }
                  },
                  "emptyList": {
                    "summary": "No transfer runs found",
                    "value": {
                      "meta": {
                        "request_id": "01892A4D-7586-7000-8000-000000000000"
                      },
                      "data": []
                    }
                  }
                }
              }
            }
          },
          "401": {
            "$ref": "#/components/responses/Unauthorized"
          },
          "403": {
            "$ref": "#/components/responses/Forbidden"
          },
          "429": {
            "$ref": "#/components/responses/TooManyRequests"
          },
          "500": {
            "$ref": "#/components/responses/InternalServerError"
          }
        }
      }
    }
  },
  "components": {
    "parameters": {
      "TeamId": {
        "name": "team_id",
        "in": "path",
        "description": "ID of the team",
        "required": "true",
        "schema": {
          "type": "integer",
          "format": "int64",
          "minimum": "1",
          "maximum": "9223372036854776000"
        },
        "example": "936506"
      },
      "DwhTransferId": {
        "name": "transfer_id",
        "in": "path",
        "required": "true",
        "description": "Unique identifier of the transfer",
        "example": "456789",
        "schema": {
          "type": "integer",
          "format": "int64",
          "minimum": "1",
          "maximum": "9223372036854776000"
        }
      },
      "DwhStartDate": {
        "name": "start_date",
        "in": "query",
        "required": "true",
        "description": "Start date for filtering runs (inclusive)",
        "example": "2024-01-01T00:00:00Z",
        "schema": {
          "type": "string",
          "format": "date-time"
        }
      },
      "DwhEndDate": {
        "name": "end_date",
        "in": "query",
        "required": "true",
        "description": "End date for filtering runs (inclusive)",
        "example": "2024-01-31T23:59:59Z",
        "schema": {
          "type": "string",
          "format": "date-time"
        }
      },
      "DwhFilterIssuesOnly": {
        "name": "filter_issues_only",
        "in": "query",
        "required": "false",
        "description": "Filter to show only runs with issues",
        "example": "false",
        "schema": {
          "type": "boolean"
        }
      },
      "DwhSortField": {
        "name": "sort_field",
        "in": "query",
        "required": "false",
        "description": "Field to sort by",
        "example": "created_time",
        "schema": {
          "type": "string",
          "enum": [
            "created_time",
            "ended_time",
            "data_date"
          ]
        }
      },
      "DwhSortDirection": {
        "name": "sort_direction",
        "in": "query",
        "required": "false",
        "description": "Sort direction",
        "example": "DESC",
        "schema": {
          "type": "string",
          "enum": [
            "ASC",
            "DESC"
          ]
        }
      },
      "DwhLimit": {
        "name": "limit",
        "in": "query",
        "required": "false",
        "description": "Maximum number of results to return (default 100, max 10000)",
        "example": "100",
        "schema": {
          "type": "integer",
          "format": "int32",
          "minimum": "1",
          "default": "100"
        }
      },
      "DwhOffset": {
        "name": "offset",
        "in": "query",
        "required": "false",
        "description": "Number of results to skip for pagination",
        "example": "0",
        "schema": {
          "type": "integer",
          "format": "int32",
          "minimum": "0",
          "default": "0"
        }
      }
    },
    "headers": {
      "Access-Control-Allow-Origin": {
        "description": "CORS header",
        "schema": {
          "type": "string",
          "maxLength": "255",
          "enum": [
            "*"
          ],
          "example": "*"
        }
      },
      "WWW-Authenticate": {
        "description": "Bearer token required",
        "schema": {
          "type": "string",
          "maxLength": "255",
          "pattern": "^Bearer.*"
        }
      },
      "X-RateLimit-Limit": {
        "description": "Request limit per hour",
        "schema": {
          "type": "integer",
          "format": "int32",
          "minimum": "1",
          "maximum": "10000",
          "example": "5000"
        }
      },
      "X-RateLimit-Remaining": {
        "description": "Remaining requests in current window",
        "schema": {
          "type": "integer",
          "format": "int32",
          "minimum": "0",
          "maximum": "10000",
          "example": "4999"
        }
      },
      "Retry-After": {
        "description": "Seconds until rate limit resets",
        "schema": {
          "type": "integer",
          "format": "int32",
          "minimum": "1",
          "maximum": "86400",
          "example": "3600"
        }
      }
    },
    "schemas": {
      "TransferRunListResponse": {
        "type": "object",
        "required": [
          "meta",
          "data"
        ],
        "properties": {
          "meta": {
            "$ref": "#/components/schemas/Meta"
          },
          "data": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/TransferRunItem"
            },
            "description": "Array of transfer run objects"
          }
        }
      },
      "Meta": {
        "type": "object",
        "description": "Metadata included in every API response.",
        "properties": {
          "request_id": {
            "$ref": "#/components/schemas/RequestId"
          }
        },
        "required": [
          "request_id"
        ],
        "additionalProperties": "false"
      },
      "TransferRunItem": {
        "type": "object",
        "required": [
          "id",
          "status",
          "type",
          "message"
        ],
        "properties": {
          "id": {
            "type": "integer",
            "format": "int64",
            "minimum": "1",
            "description": "Unique identifier of the transfer run",
            "example": "12345"
          },
          "status": {
            "type": "string",
            "description": "Current status of the transfer run",
            "example": "COMPLETED"
          },
          "created_time": {
            "type": "string",
            "format": "date-time",
            "nullable": "true",
            "description": "Timestamp when the transfer run was created (ISO 8601 format)",
            "example": "2024-01-15T09:55:00Z"
          },
          "ended_time": {
            "type": "string",
            "format": "date-time",
            "nullable": "true",
            "description": "Timestamp when the transfer run finished processing (ISO 8601 format)",
            "example": "2024-01-15T10:05:30Z"
          },
          "type": {
            "type": "string",
            "description": "Type of the transfer run",
            "enum": [
              "Recurring",
              "Backfill"
            ],
            "example": "Recurring"
          },
          "total_duration": {
            "type": "number",
            "format": "float",
            "nullable": "true",
            "description": "Sum of all query durations in seconds",
            "example": "330.5"
          },
          "total_rows": {
            "type": "integer",
            "format": "int32",
            "minimum": "0",
            "nullable": "true",
            "description": "Total number of rows processed during the transfer run",
            "example": "15000"
          },
          "data_date": {
            "type": "string",
            "format": "date",
            "nullable": "true",
            "description": "The data date this transfer run covers",
            "example": "2024-01-15"
          },
          "message": {
            "type": "string",
            "description": "Status message or error description for the transfer run",
            "example": ""
          }
        }
      },
      "ErrorResponse": {
        "type": "object",
        "description": "Standard envelope returned by all error (4xx/5xx) responses.",
        "properties": {
          "meta": {
            "$ref": "#/components/schemas/Meta"
          },
          "error": {
            "$ref": "#/components/schemas/Error"
          }
        },
        "required": [
          "meta",
          "error"
        ],
        "additionalProperties": "false"
      },
      "RequestId": {
        "type": "string",
        "description": "Unique identifier for the request, for tracking and debugging.",
        "pattern": "^[A-Za-z0-9_-]+$",
        "minLength": "8",
        "maxLength": "64",
        "example": "BXaEFVtjc7TXaJxgZhmFgSUD9edqq_CN",
        "x-faker": {
          "random.alphaNumeric": "30"
        }
      },
      "Error": {
        "type": "object",
        "description": "Machine- and human-readable detail for a failed request.",
        "properties": {
          "code": {
            "type": "string",
            "pattern": "^[A-Z][A-Z0-9_]*$",
            "maxLength": "100",
            "description": "Stable, screaming-snake-case identifier for the error condition. Clients should branch on this, not on `message`. Common values include BAD_REQUEST, UNAUTHORIZED, FORBIDDEN, NOT_FOUND, CONFLICT_ERROR, PERMISSION_ERROR, UNPROCESSABLE_ENTITY, UNPROCESSABLE_CONTENT, TOO_MANY_REQUESTS, INTERNAL_SERVER_ERROR, DUPLICATION_FAILED, SERVICE_UNAVAILABLE; domains may define additional codes.",
            "example": "BAD_REQUEST"
          },
          "message": {
            "type": "string",
            "maxLength": "255",
            "pattern": "^.+$",
            "description": "Short, human-readable summary of the error.",
            "example": "The request was invalid."
          },
          "description": {
            "type": "string",
            "maxLength": "2048",
            "description": "Optional longer explanation specific to this occurrence.",
            "example": "The field 'display_name' must not be empty."
          }
        },
        "required": [
          "code",
          "message"
        ],
        "additionalProperties": "false"
      }
    },
    "responses": {
      "Unauthorized": {
        "description": "Unauthorized",
        "headers": {
          "WWW-Authenticate": {
            "$ref": "#/components/headers/WWW-Authenticate"
          },
          "X-RateLimit-Limit": {
            "$ref": "#/components/headers/X-RateLimit-Limit"
          },
          "X-RateLimit-Remaining": {
            "$ref": "#/components/headers/X-RateLimit-Remaining"
          },
          "Access-Control-Allow-Origin": {
            "$ref": "#/components/headers/Access-Control-Allow-Origin"
          }
        },
        "content": {
          "application/json": {
            "schema": {
              "$ref": "#/components/schemas/ErrorResponse"
            },
            "example": {
              "meta": {
                "request_id": "BXaEFVtjc7TXaJxgZhmFgSUD9edqq_CN"
              },
              "error": {
                "code": "UNAUTHORIZED",
                "message": "Authentication is required."
              }
            }
          }
        }
      },
      "Forbidden": {
        "description": "Access forbidden",
        "headers": {
          "X-RateLimit-Limit": {
            "$ref": "#/components/headers/X-RateLimit-Limit"
          },
          "X-RateLimit-Remaining": {
            "$ref": "#/components/headers/X-RateLimit-Remaining"
          },
          "Access-Control-Allow-Origin": {
            "$ref": "#/components/headers/Access-Control-Allow-Origin"
          }
        },
        "content": {
          "application/json": {
            "schema": {
              "$ref": "#/components/schemas/ErrorResponse"
            },
            "example": {
              "meta": {
                "request_id": "BXaEFVtjc7TXaJxgZhmFgSUD9edqq_CN"
              },
              "error": {
                "code": "FORBIDDEN",
                "message": "You do not have access to this resource."
              }
            }
          }
        }
      },
      "TooManyRequests": {
        "description": "Too Many Requests",
        "headers": {
          "X-RateLimit-Limit": {
            "$ref": "#/components/headers/X-RateLimit-Limit"
          },
          "X-RateLimit-Remaining": {
            "$ref": "#/components/headers/X-RateLimit-Remaining"
          },
          "Retry-After": {
            "$ref": "#/components/headers/Retry-After"
          },
          "Access-Control-Allow-Origin": {
            "$ref": "#/components/headers/Access-Control-Allow-Origin"
          }
        },
        "content": {
          "application/json": {
            "schema": {
              "$ref": "#/components/schemas/ErrorResponse"
            },
            "example": {
              "meta": {
                "request_id": "BXaEFVtjc7TXaJxgZhmFgSUD9edqq_CN"
              },
              "error": {
                "code": "TOO_MANY_REQUESTS",
                "message": "Rate limit exceeded. Retry later."
              }
            }
          }
        }
      },
      "InternalServerError": {
        "description": "Internal server error",
        "headers": {
          "Access-Control-Allow-Origin": {
            "$ref": "#/components/headers/Access-Control-Allow-Origin"
          }
        },
        "content": {
          "application/json": {
            "schema": {
              "$ref": "#/components/schemas/ErrorResponse"
            },
            "example": {
              "meta": {
                "request_id": "BXaEFVtjc7TXaJxgZhmFgSUD9edqq_CN"
              },
              "error": {
                "code": "INTERNAL_SERVER_ERROR",
                "message": "An unexpected error occurred."
              }
            }
          }
        }
      }
    },
    "securitySchemes": {
      "BearerAuth": {
        "type": "http",
        "scheme": "bearer",
        "bearerFormat": "otok",
        "description": "Bearer token authentication. Include the token in the Authorization header:\n`Authorization: Bearer <your-token>`\n"
      }
    }
  }
}
````

