List Archived Pipelines

Retrieve all archived organizational pipelines

curl --request GET \
  --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/pipelines/archived \
  --header 'x-jwt-token: REPLACE_KEY_VALUE'

Last updated

Was this helpful?