← Tools Reference

Streak

Streak integration (Productivity, Marketing). Imported from open-connector.

API key4 toolshttps://api.streak.com/api/v1
GET
streak_get_current_user
Read the Streak user associated with the authenticated API key.

/users/me

GET
streak_list_pipelines
List Streak pipelines visible to the authenticated API key.

/pipelines

1 parameter
ParamTypeRequiredDescription
sortBystringoptionalSort Streak pipelines by the documented timestamp field.
GET
streak_get_pipeline
Read one Streak pipeline by key.

/pipelines/{pipelineKey}

1 parameter
ParamTypeRequiredDescription
pipelineKeystringrequiredThe Streak pipeline key.
GET
streak_get_box
Read one Streak box by key.

/boxes/{boxKey}

1 parameter
ParamTypeRequiredDescription
boxKeystringrequiredThe Streak box key.