list_journeys
List journey templates in the workspace, returning the journey IDs and version state of each. Optionally filter by version (published or draft).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | If a response has no cursor, every journey already came back — calling this again with the same arguments returns the same page, not new data. This is an opaque token — never decode it, edit it, or rebuild it. Pass it back exactly as it appeared in the previous response's cursor field, byte for byte. Omit this entirely when you don't have one from a prior response of this exact call. | |
| version | No | Filter by version state. Defaults to published, and the two are never combined in one call. If you don't know whether the journey you want is published or still a draft, calling this twice — once per value — is the correct way to check both, not a repeat. |