docs: add GET /v1/activity endpoint documentation#635
Open
firecrawl-spring[bot] wants to merge 6 commits intomainfrom
Open
docs: add GET /v1/activity endpoint documentation#635firecrawl-spring[bot] wants to merge 6 commits intomainfrom
firecrawl-spring[bot] wants to merge 6 commits intomainfrom
Conversation
Adds OpenAPI spec and docs pages for the new activity endpoint that lists recent API jobs with cursor-based pagination. Co-Authored-By: micahstairs <micah@sideguide.dev>
- Rename query param from next_cursor to cursor - Remove 403 ZDR response from OpenAPI spec - Improve origin/integration field descriptions with real examples Co-Authored-By: micahstairs <micah@sideguide.dev>
…er kind - Remove origin and integration fields from OpenAPI response schema - Add browser to kind enum in both v1 and v2 OpenAPI specs - Add browser kind to retrieval table in docs pages Co-Authored-By: micahstairs <micah@sideguide.dev>
- Rename `kind` query param and response field to `endpoint` - Rename `next_cursor` response field to `cursor` to match query param - Update descriptions accordingly Co-Authored-By: micahstairs <micah@sideguide.dev>
- Remove search, extract, llmstxt, deep_research, map, and browser from activity endpoint tables and OpenAPI enum lists - Fix v2 activity.mdx to reference /v2 retrieval endpoints instead of /v1 Co-Authored-By: micahstairs <micah@sideguide.dev>
The full endpoint list should remain in the OpenAPI enums; only the doc tables were trimmed. Co-Authored-By: micahstairs <micah@sideguide.dev>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
GET /activityto both v1 and v2 OpenAPI specsactivity.mdx) for both v1 and v2docs.jsonCompanion to firecrawl/firecrawl#3160
Test plan
mintlify dev