Get Import Queue Session
Agent API
Get Import Queue Session
GET
Get Import Queue Session
Get details about a specific import queue session, including its current status and associated agent.Documentation Index
Fetch the complete documentation index at: https://docs.bizzy.ai/llms.txt
Use this file to discover all available pages before exploring further.
Request
Path Parameters
The session ID returned from the start import queue endpoint
Response
The unique identifier for the import session
The ID of the agent this session belongs to
Current status of the import session. Can be one of:
PENDING- Session is open and accepting companiesPROCESSING- Session is being processedCOMPLETED- Session has been successfully processed
Use Cases
This endpoint is useful for:- Checking the current status of an import session
- Verifying a session exists before adding companies
- Monitoring the progress of your import
Notes
- You can only access sessions that belong to your team
- Use this endpoint to verify session status before calling add companies