ZenML · Arazzo Workflow
ZenML Authenticate and List Pipelines
Version 1.0.0
Exchange credentials for a token, confirm the session identity, and list pipelines.
Provider
Workflows
authenticate-and-list-pipelines
Log in for a token, confirm the user, and list visible pipelines.
Posts credentials to obtain an access token, reads the current user with that token, and lists pipelines for the session.
1
login
login
Exchange the username and password for a JWT access token.
2
confirmSession
getCurrentUser
Read the current user with the freshly issued token to confirm the session is valid.
3
listPipelines
listPipelines
List the pipelines visible to the authenticated session.