# Import Endpoints for importing data from other platforms including followers, blocks, and mutes ## List user's import jobs - [GET /api/v1/import](https://docs.wellesley.social/openapi/import/paths/~1api~1v1~1import/get.md): Returns a list of all import jobs created by the authenticated user, including their current status and results. ## Import data from CSV file - [POST /api/v1/import](https://docs.wellesley.social/openapi/import/paths/~1api~1v1~1import/post.md): Uploads and processes a CSV file for bulk import of data such as followers, blocks, or mutes from other platforms. The import is processed asynchronously after upload. ## Start import processing - [POST /api/v1/import/start/{id}](https://docs.wellesley.social/openapi/import/paths/~1api~1v1~1import~1start~1%7Bid%7D/post.md): Begins processing a previously uploaded import job. The import must be in PENDING state to be started. ## Get import job details - [GET /api/v1/import/{id}](https://docs.wellesley.social/openapi/import/paths/~1api~1v1~1import~1%7Bid%7D/get.md): Retrieves the current status and details of a specific import job, including processing progress and any errors.