Page tree

Release 6.4.2


Contents:

   

For the latest updates on available API endpoints and documentation, see api.trifacta.com.

As of Release 6.4, the v3 APIs are End of Life (EOL). Before using this release or a later one, you should migrate to using the latest available API version. For more information, see API Version Support Matrix.
Latest version of this endpoint: API Flows Package Get v4.

Contents:


Retrieve a package containing the definition of the specified flow. 

Response body is the contents of the package. Package contents are a ZIPped version of the flow definition.

Version: v3

Required Permissions

NOTE: Each request to the Designer Cloud Powered by Trifacta® platform must include authentication credentials. See https://api.trifacta.com/ee/6.4/index.html#section/Authentication.

Request

Request Type: GET

Endpoint:

/v3/flows/<id>/package
ParameterDescription
<id>Internal identifier of the flow to retrieve.


Request URI - Example:

/v3/flows/7/package

Request Body:

None.

Response

Response Status Code - Success: 200 - OK

Response Body Example:

Response body is the contents of the ZIP file. This package should be downloaded to your local environment.

Reference

None.

This page has no comments.