labelTypeByExternalId
Returns a label type by its external ID. Returns null if no match is found. External IDs are unique within a workspace and are set when creating or updating a label type. Requires the labelType:read permission.
labelTypeByExternalId(externalId: ID!): LabelTypeArguments
Returns
Whether this is a workspace-wide label type (DEFAULT) or one scoped to a specific team (TEAM).
The parent label type, if this label type is nested under another. Null for top-level label types.
The position of the label type. Always relative to its parent.
An optional identifier you can set to correlate this label type with a record in your own system. Unique within a workspace. Set via createLabelType or updateLabelType.
Whether this label type has been archived. Archived label types remain on threads that already carry them but cannot be applied to new threads.
The user or machine user who archived this label type. Null if the label type is not archived.
When this label type was archived. Null if the label type is not archived.
When true, Plain's AI features will not suggest or automatically apply this label type.

