Job tags¶
Preview
This feature is not subject to our service terms. Pre-GA features are available as is and might have limited support.
Job tags are custom key-value pairs that your application can attach to each job request in the job's payload.tags property. Modigie returns these tags as is in all job responses.
You can use job tags for analytical or operational purposes.
Schema¶
payload.tags is an optional and nullable property containing an array of JobV2Tag objects.
Each tag object has two required properties, as described below:
name- The name of this custom tag. This is a required
stringvalue between 1 and 256 characters. value- The value of this custom tag. This is a required
stringvalue between 1 and 1,024 characters.
Example¶
Schema: JobV2Tag