Skip to main content

Get stored files (TBD)

GET /v1/integration/:id/file

Retrieves a list of stored files associated with a specific integration. Each item in the response represents a file, including its name, creation timestamp, invalidation timestamp (if applicable), and size information.

Response Example

[
{
"name": "example-file.csv",
"invalidatedAt": "2025-10-31T11:33:58.765Z",
"createdAt": "2025-10-31T10:33:58.765Z",
"size": "377B"
}
]