v50

latestOpenAPI 3.1.0raw.githubusercontent.com2025-01-16170291390.7 KB
Flows

Read Flow

Get a flow by id.

get/api/flows/{id}

Path parameters

idstring uuid required

The flow id

The flow id

Headers

x-prefect-api-versionstring

Response

Successful Response

idstring uuid
createdstring date-time
updatedstring date-time
namestring required

The name of the flow

tagsstring[]

A list of flow tags

Example response

{
  "name": "my-flow",
  "tags": [
    "tag-1",
    "tag-2"
  ]
}