Temporal · Arazzo Workflow
Temporal Find a Namespace by Name and Load Its Details
Version 1.0.0
Page through Namespaces to find one by name, then load its full detail record.
Provider
Workflows
find-namespace-by-name
List Namespaces and load the detail record for a chosen namespace.
Chains listNamespaces (first page, branching on the presence of a nextPageToken) with getNamespace to load the full detail of the target namespace.
1
listNamespaces
List the first page of Namespaces. The nextPageToken indicates whether additional pages remain to be fetched.
2
loadNamespace
Load the full Namespace detail record for the target namespace identifier.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.