Use this action to retrieves information about a specific resource snapshot job.
Headers
Request body
The unique identifier of the resource snapshot job to be retrieved. This identifier is crucial for pinpointing the specific job you want to query.
Response
Success
The catalog in which the snapshot job was created. This will match the Catalog specified in the request.
The unique identifier of the snapshot job. This matches the ResourceSnapshotJobIdentifier provided in the request.
The Amazon Resource Name (ARN) of the snapshot job. This globally unique identifier can be used for resource-specific operations across AWS services.
The identifier of the engagement associated with this snapshot job. This links the job to a specific engagement context.
The type of resource being snapshotted. This would have "Opportunity" as a value as it is dependent on the supported resource type.
The identifier of the specific resource being snapshotted. The format might vary depending on the ResourceType.
The Amazon Resource Name (ARN) of the resource being snapshotted. This provides a globally unique identifier for the resource across AWS.
The name of the template used for creating the snapshot. This is the same as the template name. It defines the structure and content of the snapshot.
The date and time when the snapshot job was created in ISO 8601 format (UTC). Example: "2023-05-01T20:37:46Z"
The date and time of the last successful execution of the job, in ISO 8601 format (UTC). Example: "2023-05-01T20:37:46Z"
If the job has encountered any failures, this field contains the error message from the most recent failure. This can be useful for troubleshooting issues with the job.