v1

latestOpenAPI 3.1.0raw.githubusercontent.com2024-11-08170291390.5 KB
Flows

Read Flow By Name

Get a flow by name.

get/api/flows/name/{name}

Path parameters

namestring required

The name of the flow

The name of the flow

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"
  ]
}