Skip to content

Shareable workflows (API + frontend) #2783

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

tw4l
Copy link
Member

@tw4l tw4l commented Jul 30, 2025

Fixes #2784
Part of #2762

Changes:

  • New CrawlConfig.shareable field that can be set via POST and PATCH endpoints
  • New public replay.json API endpoint for workflows that returns the replay.json for the last successful crawl (or a 404 if the workflow is not found, not shareable, or does not have at least one successfully finished crawl)
  • New page search API endpoint for shareable workflows to support loading and searching for the pages in a workflow's last successful crawl (or a 404 under same conditions as above)
  • Tests for all added functionality

@emma-sg emma-sg changed the title Add API support for shareable workflows Shareable workflows (API + frontend) Aug 18, 2025
Copy link
Member

@emma-sg emma-sg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Back end changes look good to me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Task]: Backend API support for shareable workflows
2 participants