Sign in

List pipelines

documented

Retrieve all pipelines accessible to the authenticated user.

GET /api/v1/pipelinesPipelinesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.streak.com/api/v1/pipelines" \
  -u "{{STREAK_API_KEY}}:" \
  -X GET \
  -H "Accept: application/json" \
  # Sources: Streak API docs indicate base URL is https://api.streak.com/api/v1 and authentication is via API key with Basic Auth
List pipelines · Streak · OpenIntegrations