Sync OpenAI Tasks guide with upstream callback polling behavior#277
Draft
Copilot wants to merge 2 commits into
Draft
Sync OpenAI Tasks guide with upstream callback polling behavior#277Copilot wants to merge 2 commits into
Copilot wants to merge 2 commits into
Conversation
Agent-Logs-Url: https://github.com/AceDataCloud/APIs/sessions/e6507fdd-47e0-4a4b-b863-f008a3ec84e9 Co-authored-by: Germey <8678661+Germey@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Sync API documentation with upstream Docs updates
Sync OpenAI Tasks guide with upstream callback polling behavior
May 16, 2026
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.
The upstream Docs update for
openaichanged the Tasks API guide to reflect the current callback workflow more accurately. This sync updates the local OpenAI Tasks integration guide so its examples and guidance match the upstream documentation.Tasks API retrieval flow
task_idimmediately on submissionidas the default lookup key for/openai/taskstrace_iddocumented as an optional correlation mechanism rather than the primary flowExamples and payloads
retrieveexample to query byidsubmit["task_id"]and poll with that valuetypevalues and batch examples with the upstream guideGuide wording