Retrieving Flow Details

This request will return a single Flow's details. By default it will return the fields id,name, status, categories, validation_errors. You can request other fields by using the fields param in the request.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

Flow id

Query Params
integer
required

Application's id

fields
array of strings

You can request other fields by using the fields param in the request. By default it will return the fields id,name, status, categories, validation_errors.

  • id: The unique ID of the Flow.
  • name: The user-defined name of the Flow which is not visible to users.
  • categories: A list of flow categories.
  • status: Status of flow
  • validation_errors: A list of errors in the Flow. All errors must be fixed before the Flow can be published.
  • json_version: The version specified by the developer in the Flow JSON asset uploaded.
  • preview: The URL to the web preview page to visualize the flow and its expiry time.
fields
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json