Skip to content

Adding support for search export#437

Open
digaobarbosa wants to merge 16 commits intomainfrom
rodrigo/dataman-131-export-search-results-roboflow-python
Open

Adding support for search export#437
digaobarbosa wants to merge 16 commits intomainfrom
rodrigo/dataman-131-export-search-results-roboflow-python

Conversation

@digaobarbosa
Copy link
Contributor

What does this PR do?

Adding support for downlaoding query results similar to how download zip works.
It starts the export process and keeps polling the export link until it's ready

Type of Change

  • New feature (non-breaking change that adds functionality)

Testing

  • I have tested this change locally
  • I have added/updated tests for this change

Test details:
Tested with folder permissions and regular api-key

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code where necessary, particularly in hard-to-understand areas
  • My changes generate no new warnings or errors
  • I have updated the documentation accordingly (if applicable)

Additional Context

@digaobarbosa digaobarbosa self-assigned this Feb 13, 2026
@digaobarbosa digaobarbosa marked this pull request as ready for review February 13, 2026 18:07
@digaobarbosa digaobarbosa requested review from a team and tonylampada February 13, 2026 18:07
def test_url_not_found(self):
url = "https://example.com/notfound.png"
responses.add(responses.HEAD, url, status=404)
url = "https://roboflow.com/not-found.png"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

it was giving an SSL error on the tests.

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.

2 participants