Stash Data

When using large datasets with the Glide API, it may be necessary to break them into smaller chunks for performance and reliability. We call this process "stashing." Tabular data may be stashed in JSON, CSV, or TSV format. <Tip> To learn more about stashing and how to use it to work with large datasets, please see our [introduction to stashing](/docs/classic-api/stashing/introduction). </Tip>

Authentication

AuthorizationBearer

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path parameters

stashIDstringRequiredformat: "^[a-zA-Z0-9][a-zA-Z0-9_-]{0,255}$"
serialstringRequiredformat: "^[a-zA-Z0-9][a-zA-Z0-9_-]{0,255}$"

Request

This endpoint expects a list of maps from strings to any.

Response

Errors

400
Bad Request Error