# Poll an OAuth connect session with the PostEverywhere API **Source:** https://posteverywhere.ai/docs/api/poll-social-connect --- [🤖Connect ChatGPT, Claude or any AI agent to manage your social media end to endConnect your AI agent to manage your social media](https://posteverywhere.ai/agents)GET/auth/social-connect/poll/{session_id} # Poll an OAuth connect session with the PostEverywhere API Requires the SAME API key that started the session. Resolves to `completed` (with the connected `account`) once an account for the session's platform appears (or, for reconnect, the target account's token refreshes) after the session started. Other statuses: `pending`, `expired`, `cancelled`. Guides: [Authentication guide](https://posteverywhere.ai/docs/authentication) · [API key scopes](https://posteverywhere.ai/docs/scopes) Copy MarkdownCopy for LLM ## Parameters session_idstringrequired ## Responses - 200Session status - 400 - 401 - 402 - 403 - 404 - 500 ## More in Auth - [Start device login](https://posteverywhere.ai/docs/api/start-device-auth) - [Poll a device login](https://posteverywhere.ai/docs/api/poll-device-token) - [Start OAuth session](https://posteverywhere.ai/docs/api/start-social-connect) - [Connect Bluesky](https://posteverywhere.ai/docs/api/connect-bluesky) - [Connect Telegram](https://posteverywhere.ai/docs/api/connect-telegram) - [Connect Discord](https://posteverywhere.ai/docs/api/connect-discord) [← Start OAuth session](https://posteverywhere.ai/docs/api/start-social-connect)[Connect Bluesky →](https://posteverywhere.ai/docs/api/connect-bluesky)[← All endpoints](https://posteverywhere.ai/docs/api/reference)