Long-poll for real-time job updates on a session (B2B organizations only).
Returns immediately if there are recent job updates, or holds the connection
open up to the specified timeout. Use the ‘since’ parameter to avoid receiving
duplicate updates.
GET
/
v1
/
poll
/
{session_id}
Poll Session Updates
Copy
Ask AI
curl --request GET \ --url https://api.superdocs.app/v1/poll/{session_id} \ --header 'authorization: <authorization>'