v77

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-045764591.5 MB
Organizations
Member Tags

✨ Get member tag import status

<Card href="https://humansignal.com/goenterprise"> <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/> <p style="margin-top: 10px; font-size: 14px;"> This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise) </p> </Card> Retrieve the status and results of a member tag import job.

The response includes the current status (created, in_progress, completed, failed), timestamps, and counts of tags created, assignments made, and users skipped.

get/api/organizations/{id}/member-tags/imports/{import_pk}

Path parameters

idinteger required

A unique integer value identifying this organization.

import_pkinteger required

A unique integer value identifying this import job.

Response

assignments_createdinteger
created_atstring date-time required
finished_atstring date-time nullable
idinteger required
status'created' | 'in_progress' | 'completed' | 'failed'
  • created - Created
  • in_progress - In Progress
  • completed - Completed
  • failed - Failed
tags_createdinteger
{"stackTrail":"components:schemas:OrganizationMemberTagImportStatus:properties:users_skipped","oasType":"schema","type":"unknown"}