Skip to main content
GET
Get Import Queue Session
Get details about a specific import queue session, including its current status and associated agent.

Request

Path Parameters

string
required
The session ID returned from the start import queue endpoint

Response

number
The unique identifier for the import session
number
The ID of the agent this session belongs to
string
Current status of the import session. Can be one of:
  • PENDING - Session is open and accepting companies
  • PROCESSING - Session is being processed
  • COMPLETED - 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